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';
5454 templateUrl : 'tab-group.html' ,
5555 styleUrls : [ 'tab-group.css' ] ,
5656 host : {
57+ '[class.mat-tab-group]' : 'true' ,
5758 '[class.mat-tab-group-dynamic-height]' : 'dynamicHeight' ,
5859 '[class.mat-tab-group-inverted-header]' : 'headerPosition === "below"' ,
5960 }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const EXAGGERATED_OVERSCROLL = 60;
4545 styleUrls : [ 'tab-header.css' ] ,
4646 encapsulation : ViewEncapsulation . None ,
4747 host : {
48- 'class' : ' mat-tab-header',
48+ '[ class. mat-tab-header]' : 'true ',
4949 '[class.mat-tab-header-pagination-controls-enabled]' : '_showPaginationControls' ,
5050 '[class.mat-tab-header-rtl]' : "_getLayoutDirection() == 'rtl'" ,
5151 }
You can’t perform that action at this time.
0 commit comments