Skip to content

Commit d97debe

Browse files
andrewseguinkara
authored andcommitted
fix(tabs): missing mat class on tab group (#3038)
1 parent cbd42f0 commit d97debe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tabs/tab-group.ts

+1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)