@casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar
v0.0.5
Published
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.
Downloads
3
Readme
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