Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your ...
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.
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';
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.