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 6ee7ec9 commit d0e42caCopy full SHA for d0e42ca
src/lib/tabs/tab-group.ts
@@ -54,7 +54,6 @@ export type MdTabHeaderPosition = 'above' | 'below';
54
templateUrl: 'tab-group.html',
55
styleUrls: ['tab-group.css'],
56
host: {
57
- '[class.mat-tab-group]': 'true',
58
'[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
59
'[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
60
}
0 commit comments