Skip to content

Commit

Permalink
chore: fix 'responsive navbar' StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Nov 8, 2019
1 parent 48b64bb commit 9597e2e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ import {NgbdCollapseNavbar} from './collapse-navbar';
import {RouterModule} from '@angular/router';

@NgModule({
imports: [BrowserModule, NgbModule, RouterModule],
imports: [BrowserModule, NgbModule, RouterModule.forRoot([])],
declarations: [NgbdCollapseNavbar],
exports: [NgbdCollapseNavbar],
bootstrap: [NgbdCollapseNavbar]
Expand Down

0 comments on commit 9597e2e

Please sign in to comment.