Skip to content

Commit b939cd8

Browse files
authored
fix(tabs): remove body and header from compatibility (#3168)
1 parent 5c7a96b commit b939cd8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/core/compatibility/compatibility.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ export const MAT_ELEMENTS_SELECTOR = `
6868
mat-slider,
6969
mat-spinner,
7070
mat-tab,
71-
mat-tab-body,
72-
mat-tab-header,
7371
mat-tab-group,
7472
mat-toolbar`;
7573

@@ -131,8 +129,6 @@ export const MD_ELEMENTS_SELECTOR = `
131129
md-slider,
132130
md-spinner,
133131
md-tab,
134-
md-tab-body,
135-
md-tab-header,
136132
md-tab-group,
137133
md-toolbar`;
138134

0 commit comments

Comments
 (0)