0.0.6 • Published 7 years ago
@nowzoo/ngx-bootstrap-navbar v0.0.6
@nowzoo/ngx-bootstrap-navbar
npm i --save @nowzoo/ngx-bootstrap-navbarImport the module with forRoot()...
import { NgxBootstrapNavbarModule } from '@nowzoo/ngx-bootstrap-navbar';
@NgModule({
imports: [
NgxBootstrapNavbarModule.forRoot()
]
})
export class AppModule { }