Skip to content

Commit c929ea1

Browse files
committed
feat(material-experimental/mdc-table): add mat-table selector
1 parent 324bc24 commit c929ea1

File tree

1 file changed

+1
-1
lines changed
  • src/material-experimental/mdc-table

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-table/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import {_DisposeViewRepeaterStrategy, _VIEW_REPEATER_STRATEGY} from '@angular/cdk/collections';
1717

1818
@Component({
19-
selector: 'table[mat-table]',
19+
selector: 'mat-table table[mat-table]',
2020
exportAs: 'matTable',
2121
template: CDK_TABLE_TEMPLATE,
2222
styleUrls: ['table.css'],

0 commit comments

Comments
 (0)