@nowzoo/ngx-bootstrap-navbar

Angular library for...

Usage no npm install needed!

<script type="module">
  import nowzooNgxBootstrapNavbar from 'https://cdn.skypack.dev/@nowzoo/ngx-bootstrap-navbar';
</script>

README

@nowzoo/ngx-bootstrap-navbar

npm i --save @nowzoo/ngx-bootstrap-navbar

Import the module with forRoot()...


import { NgxBootstrapNavbarModule } from '@nowzoo/ngx-bootstrap-navbar';

@NgModule({
  imports: [
    NgxBootstrapNavbarModule.forRoot()
  ]
})
export class AppModule { }