We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324bc24 commit c929ea1Copy full SHA for c929ea1
src/material-experimental/mdc-table/table.ts
@@ -16,7 +16,7 @@ import {
16
import {_DisposeViewRepeaterStrategy, _VIEW_REPEATER_STRATEGY} from '@angular/cdk/collections';
17
18
@Component({
19
- selector: 'table[mat-table]',
+ selector: 'mat-table table[mat-table]',
20
exportAs: 'matTable',
21
template: CDK_TABLE_TEMPLATE,
22
styleUrls: ['table.css'],
0 commit comments