We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd42f0 commit d97debeCopy full SHA for d97debe
src/lib/tabs/tab-group.ts
@@ -54,6 +54,7 @@ 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