0.0.5 • Published 6 years ago

@casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar v0.0.5

Weekly downloads
2
License
-
Repository
-
Last release
6 years ago

Angular Casa Civil Navbar

This module contains a navbar component made with Angular and stylized with bootstrap that allows you to create items and sub-items in the menu dynamically through a configuration.

Demo

Coming soon...

Installation

This is how to install the components:

npm i @casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar

or

yarn add @casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar

And on your application module:

import {NgxCcNavbarModule} from '@casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar';

@NgModule({
  declarations: [ ...],
  imports: [
    BrowserModule,
    ....,
     NgxCcNavbarModule
],
})
export class AppModule { }

See below for SystemJs / UMD installation.

Running the Tests

The tests can be executed with the following commands:

npm test

License

MIT

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago