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 bcdc211 commit 4533583Copy full SHA for 4533583
src/material/table/row.ts
@@ -52,7 +52,7 @@ export class MatFooterRowDef extends CdkFooterRowDef {}
52
})
53
export class MatRowDef<T> extends CdkRowDef<T> {}
54
55
-/** Footer template container that contains the cell outlet. Adds the right class and role. */
+/** Header template container that contains the cell outlet. Adds the right class and role. */
56
@Component({
57
selector: 'mat-header-row, tr[mat-header-row]',
58
template: CDK_ROW_TEMPLATE,
0 commit comments