2.0.9 • Published 3 years ago

ngx-aeon-wrapper v2.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

Import into your application:

import { NgxAeonWrapperModule } from 'ngx-aeon-wrapper';

At the moment this library contain just one cw-navbar component.

How to run this project

First we need to compile and generate the library using the following command:

 ng build --prod ngx-aeon-wrapper

Now, just start the server, to see the example app running:

ng serve example-app

Docs

We are using compodoc for our library, and you can generate on your local machine using the following command:

 ng run build:doc

Now after, run:

 ng run doc
2.0.5

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.10-beta.1

3 years ago

1.5.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

0.0.5

3 years ago