Overview:
The article discusses the support provided by the browsers for the Amexio library. It also provides an overview of the features of the library and installation guides for various components.
Features:
- Pure TypeScript: Amexio is a pure TypeScript library with support for Angular 4/5/6/7/8.
- 170+ High Grade Components: The library offers a wide range of high-quality components for building applications.
- Forms: Amexio supports both Template Driven Forms and Reactive Forms.
- Layouts: The library provides support for various layout options including CSS3 Grids.
- Responsive Web Design: Amexio offers out-of-the-box Responsive Web Design with 50+ Material Design based themes.
- Charts, Dashboards, D3: It includes a powerful Charting library with D3 Charts and drillable & zoomable capabilities.
- Server Rendering Support: Amexio components are optimized for server-side rendering.
- Highly Customizable Styling: The library allows for easy customization using SCSS files.
- Accessibility Support: Amexio supports ARIA 1.1, WCAG 2.1, and Section 508 Compliance.
Installation:
To install the Angular CLI:
npm install -g @angular/cli
To install the Amexio D3 Charts library:
npm install ngx-d3-gauge --save
In Angular AppModule:
import { NgxD3GaugeModule } from 'ngx-d3-gauge';
...
imports: [NgxD3GaugeModule],
To install the Amexio Angular Extension:
npm install amexio-ng-extensions --save
In Angular AppModule:
import { AmexioWidgetModule } from 'amexio-ng-extensions';
...
imports: [AmexioWidgetModule],
To use the Amexio default theme: In app styles.scss:
@import '../node_modules/amexio-ng-extensions/styles/mda/at-md-blue.scss';
Summary:
The article provides information about the browser support for the Amexio library and highlights its key features. It also includes installation guides for various components of the library, such as Angular CLI, Amexio D3 Charts, and Amexio Angular Extension. Overall, Amexio is a powerful library for building Angular applications with a wide range of high-grade components and extensive customization options.