More Premium Hugo Themes Premium Vue Themes

Amexio.github.io

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 ...

Amexio.github.io

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 ...

Author Avatar Theme by meta-magic
Github Stars Github Stars: 166
Last Commit Last Commit: Aug 6, 2021 -
First Commit Created: Jan 15, 2024 -
Amexio.github.io screenshot

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.