2.0.9 • Published 5 years ago
ngx-aeon-wrapper v2.0.9
What is it or what does this project do?
The intention of this project is to create reusable components encapsulating their use, so it is possible to use any UI framework such as Angular Material, Bootstrap, Bulma, among others.
By default we use Angular Material.
Feel free to contribute.
How to use in your project
Check the demo project on stackblitz.
Just install like any other npm package:
npm i ngx-aeon-wrapperImport into your application:
import { NgxAeonWrapperModule } from 'ngx-aeon-wrapper';At the moment this library contain just one
cw-navbarcomponent.
How to run this project
First we need to compile and generate the library using the following command:
ng build --prod ngx-aeon-wrapperNow, just start the server, to see the example app running:
ng serve example-appDocs
We are using compodoc for our library, and you can generate on your local machine using the following command:
ng run build:docNow after, run:
ng run doc