Skip to content

Commit

Permalink
fix: avoid to declare and export NbTable component (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
adwd authored Mar 13, 2020
1 parent 5826d57 commit dbf5192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/theme/components/cdk/table/table.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const NB_TABLE_TEMPLATE = `
<ng-container nbFooterRowOutlet></ng-container>`;

@Component({
selector: 'nb-table-not-implemented',
template: ``,
})
// tslint:disable-next-line:component-class-suffix
Expand Down

0 comments on commit dbf5192

Please sign in to comment.