0.0.5 • Published 7 years ago
@casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar v0.0.5
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-navbaror
yarn add @casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbarAnd 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