0.0.5 • Published 8 years ago

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

Weekly downloads
2
License
-
Repository
-
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago