Skip to content

Commit

Permalink
fix(tabs): remove body and header from compatibility (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored Feb 18, 2017
1 parent 5c7a96b commit b939cd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/core/compatibility/compatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export const MAT_ELEMENTS_SELECTOR = `
mat-slider,
mat-spinner,
mat-tab,
mat-tab-body,
mat-tab-header,
mat-tab-group,
mat-toolbar`;

Expand Down Expand Up @@ -131,8 +129,6 @@ export const MD_ELEMENTS_SELECTOR = `
md-slider,
md-spinner,
md-tab,
md-tab-body,
md-tab-header,
md-tab-group,
md-toolbar`;

Expand Down

0 comments on commit b939cd8

Please sign in to comment.