File tree Expand file tree Collapse file tree 6 files changed +5
-27
lines changed
components-examples/material/tabs Expand file tree Collapse file tree 6 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ export {TabGroupAsyncExample} from './tab-group-async/tab-group-async-example';
44export { TabGroupBasicExample } from './tab-group-basic/tab-group-basic-example' ;
55export { TabGroupCustomLabelExample } from './tab-group-custom-label/tab-group-custom-label-example' ;
66export { TabGroupDynamicHeightExample } from './tab-group-dynamic-height/tab-group-dynamic-height-example' ;
7- export { TabGroupHarnessExample } from './tab-group-harness/tab-group-harness-example' ;
87export { TabGroupDynamicExample } from './tab-group-dynamic/tab-group-dynamic-example' ;
8+ export { TabGroupHarnessExample } from './tab-group-harness/tab-group-harness-example' ;
99export { TabGroupHeaderBelowExample } from './tab-group-header-below/tab-group-header-below-example' ;
10+ export { TabGroupInkBarExample } from './tab-group-ink-bar/tab-group-ink-bar-example' ;
1011export { TabGroupLazyLoadedExample } from './tab-group-lazy-loaded/tab-group-lazy-loaded-example' ;
12+ export { TabGroupPaginatedExample } from './tab-group-paginated/tab-group-paginated-example' ;
1113export { TabGroupPreserveContentExample } from './tab-group-preserve-content/tab-group-preserve-content-example' ;
1214export { TabGroupStretchedExample } from './tab-group-stretched/tab-group-stretched-example' ;
1315export { TabNavBarBasicExample } from './tab-nav-bar-basic/tab-nav-bar-basic-example' ;
14- export { TabGroupPaginatedExample } from './tab-group-paginated/tab-group-paginated-example' ;
15- export { TabGroupInvertedExample } from './tab-group-inverted/tab-group-inverted-example' ;
16- export { TabGroupInkBarExample } from './tab-group-ink-bar/tab-group-ink-bar-example' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {Component} from '@angular/core';
22import { MatTabsModule } from '@angular/material/tabs' ;
33
44/**
5- * @title Tab group with the headers on the bottom
5+ * @title Tab group with headers below the content
66 */
77@Component ( {
88 selector : 'tab-group-header-below-example' ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ <h3>Tab navigation bar basic</h3>
2020< tab-nav-bar-basic-example > </ tab-nav-bar-basic-example >
2121< h3 > Paginated Tabs</ h3 >
2222< tab-group-paginated-example > </ tab-group-paginated-example >
23- < h3 > Inverted Tabs</ h3 >
24- < tab-group-inverted-example > </ tab-group-inverted-example >
2523< h3 > Ink bar fit to content</ h3 >
2624< tab-group-ink-bar-example > </ tab-group-ink-bar-example >
27- < h3 > Tab group with the headers on the bottom </ h3 >
25+ < h3 > Tab group with headers below the content </ h3 >
2826< tab-group-header-below-example > </ tab-group-header-below-example >
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616 TabGroupDynamicHeightExample ,
1717 TabGroupHeaderBelowExample ,
1818 TabGroupInkBarExample ,
19- TabGroupInvertedExample ,
2019 TabGroupLazyLoadedExample ,
2120 TabGroupPaginatedExample ,
2221 TabGroupStretchedExample ,
@@ -30,7 +29,6 @@ import {MatTabsModule} from '@angular/material/tabs';
3029 templateUrl : 'tabs-demo.html' ,
3130 imports : [
3231 TabGroupInkBarExample ,
33- TabGroupInvertedExample ,
3432 TabGroupPaginatedExample ,
3533 TabNavBarBasicExample ,
3634 TabGroupStretchedExample ,
You can’t perform that action at this time.
0 commit comments