Skip to content

Commit

Permalink
chore: fix missing 'entryComponents' for the tabset page
Browse files Browse the repository at this point in the history
  • Loading branch information
maxokorokov committed Jan 21, 2020
1 parent a08219c commit 40cd798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/src/app/components/tabset/tabset.module.ts
Expand Up @@ -93,7 +93,8 @@ export const ROUTES = [
NgbdTabsetJustifyModule,
NgbdTabsetOrientationModule
],
declarations: [NgbdTabsetWarningComponent]
declarations: [NgbdTabsetWarningComponent],
entryComponents: [NgbdTabsetWarningComponent]
})
export class NgbdTabsetModule {
constructor(demoList: NgbdDemoList) {
Expand Down

0 comments on commit 40cd798

Please sign in to comment.