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 52b2e54 commit ae4d9bbCopy full SHA for ae4d9bb
src/lib/tabs/tab-header.ts
@@ -45,7 +45,7 @@ const EXAGGERATED_OVERSCROLL = 60;
45
styleUrls: ['tab-header.css'],
46
encapsulation: ViewEncapsulation.None,
47
host: {
48
- '[class.mat-tab-header]': 'true',
+ 'class': 'mat-tab-header',
49
'[class.mat-tab-header-pagination-controls-enabled]': '_showPaginationControls',
50
'[class.mat-tab-header-rtl]': "_getLayoutDirection() == 'rtl'",
51
}
0 commit comments