@casa-civil-do-governo-do-estado-do-ceara/ngx-cc-navbar
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    6

    Version

    0.0.5

    License

    none

    Unpacked Size

    3.71 MB

    Total Files

    53

    Last publish

    Collaborators

    • casacivilce
    • ncastrocosta
    • pedrohills