Skip to content

Commit d0e42ca

Browse files
committed
remove host class
1 parent 6ee7ec9 commit d0e42ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export type MdTabHeaderPosition = 'above' | 'below';
5454
templateUrl: 'tab-group.html',
5555
styleUrls: ['tab-group.css'],
5656
host: {
57-
'[class.mat-tab-group]': 'true',
5857
'[class.mat-tab-group-dynamic-height]': 'dynamicHeight',
5958
'[class.mat-tab-group-inverted-header]': 'headerPosition === "below"',
6059
}

0 commit comments

Comments
 (0)