Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
feat(tabs): Remove deprecated mdc-tabs (#1165)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: mdc-tabs is deprecated and no longer bundled. You are encouraged to use the new mdc-tab / mdc-tab-bar / mdc-tab-scroller / mdc-tab-indicator package(s).

Closes #1115 Closes #1105
  • Loading branch information
trimox authored Aug 3, 2018
1 parent d26519c commit f538d43
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 1,764 deletions.
6 changes: 1 addition & 5 deletions demos/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { DemoMaterialModule } from './material.module';
import { DialogExampleModule } from './components/dialog-demo/dialog-example.module';

import { AppComponent } from './app.component';
import { DemoRouteOne, DemoRouteTwo, DemoRouteThree } from './components/tab-demo';

import { AppLayout } from './app-layout/app-layout';

Expand All @@ -28,10 +27,7 @@ import { APP_ROUTES, DEMO_ROUTES } from './routes';
declarations: [
AppComponent,
AppLayout,
DEMO_ROUTES,
DemoRouteOne,
DemoRouteTwo,
DemoRouteThree
DEMO_ROUTES
],
entryComponents: [AppComponent]
})
Expand Down
2 changes: 1 addition & 1 deletion demos/components/drawer-demo/drawer-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="demo-content__headline">Permanent Drawer</h3>
</div>

<div class="demo-content">
<h3 class="demo-content__headline">Permanent Drawer</h3>
<h3 class="demo-content__headline">Permanent Drawer - Below</h3>
<div class="demo-content__drawer">
<mdc-toolbar>
<mdc-toolbar-row>
Expand Down
4 changes: 0 additions & 4 deletions demos/components/tab-demo/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions demos/components/tab-demo/route-one.ts

This file was deleted.

6 changes: 0 additions & 6 deletions demos/components/tab-demo/route-three.ts

This file was deleted.

6 changes: 0 additions & 6 deletions demos/components/tab-demo/route-two.ts

This file was deleted.

Loading

0 comments on commit f538d43

Please sign in to comment.