amexio-ng-extensions

Angular UI library


Keywords
amexio, metamagic, angular, ng, ng5, html, js, css, angular-extensions, angular-material, angular4, angular5, angular6-component, angular6-table, bootstrap3, bootstrap4, charts, components, dashboard, datatable, react, responsive-web-design, typescript, ui, vue
License
Apache-2.0
Install
npm install amexio-ng-extensions@5.20.4

Documentation

amexio-ng-extensions

Installation

To install this library, run:

$ npm install amexio-ng-extensions --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install amexio-ng-extensions

and then from your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import your library
import { AmexioWidgetModule } from 'amexio-ng-extensions';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    AmexioWidgetModule,
    LibraryModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Once your library is imported, you can use its components, directives and pipes in your Angular application:

<!-- You can now use your library component in app.component.html -->
<amexio-text-input></amexio-text-input>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

Apache 2.0 © MetaMagic Global