File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ export type MdTabHeaderPosition = 'above' | 'below';
54
54
templateUrl : 'tab-group.html' ,
55
55
styleUrls : [ 'tab-group.css' ] ,
56
56
host : {
57
+ '[class.mat-tab-group]' : 'true' ,
57
58
'[class.mat-tab-group-dynamic-height]' : 'dynamicHeight' ,
58
59
'[class.mat-tab-group-inverted-header]' : 'headerPosition === "below"' ,
59
60
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const EXAGGERATED_OVERSCROLL = 60;
45
45
styleUrls : [ 'tab-header.css' ] ,
46
46
encapsulation : ViewEncapsulation . None ,
47
47
host : {
48
- 'class' : ' mat-tab-header',
48
+ '[ class. mat-tab-header]' : 'true ',
49
49
'[class.mat-tab-header-pagination-controls-enabled]' : '_showPaginationControls' ,
50
50
'[class.mat-tab-header-rtl]' : "_getLayoutDirection() == 'rtl'" ,
51
51
}
You can’t perform that action at this time.
0 commit comments