Skip to content

Commit

Permalink
fix(demo): remove for root at NgbCollapseModule
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jul 10, 2019
1 parent 070feee commit d8218b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {MatPagesModule} from '@angular-material-extensions/pages';
@NgModule({
imports: [
RouterModule,
NgbCollapseModule.forRoot(),
NgbCollapseModule,
HighlightModule,
NgxAuthFirebaseUIModule,
MatPagesModule,
Expand Down

0 comments on commit d8218b4

Please sign in to comment.