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';
4
4
export { TabGroupBasicExample } from './tab-group-basic/tab-group-basic-example' ;
5
5
export { TabGroupCustomLabelExample } from './tab-group-custom-label/tab-group-custom-label-example' ;
6
6
export { TabGroupDynamicHeightExample } from './tab-group-dynamic-height/tab-group-dynamic-height-example' ;
7
- export { TabGroupHarnessExample } from './tab-group-harness/tab-group-harness-example' ;
8
7
export { TabGroupDynamicExample } from './tab-group-dynamic/tab-group-dynamic-example' ;
8
+ export { TabGroupHarnessExample } from './tab-group-harness/tab-group-harness-example' ;
9
9
export { TabGroupHeaderBelowExample } from './tab-group-header-below/tab-group-header-below-example' ;
10
+ export { TabGroupInkBarExample } from './tab-group-ink-bar/tab-group-ink-bar-example' ;
10
11
export { TabGroupLazyLoadedExample } from './tab-group-lazy-loaded/tab-group-lazy-loaded-example' ;
12
+ export { TabGroupPaginatedExample } from './tab-group-paginated/tab-group-paginated-example' ;
11
13
export { TabGroupPreserveContentExample } from './tab-group-preserve-content/tab-group-preserve-content-example' ;
12
14
export { TabGroupStretchedExample } from './tab-group-stretched/tab-group-stretched-example' ;
13
15
export { 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';
2
2
import { MatTabsModule } from '@angular/material/tabs' ;
3
3
4
4
/**
5
- * @title Tab group with the headers on the bottom
5
+ * @title Tab group with headers below the content
6
6
*/
7
7
@Component ( {
8
8
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>
20
20
< tab-nav-bar-basic-example > </ tab-nav-bar-basic-example >
21
21
< h3 > Paginated Tabs</ h3 >
22
22
< tab-group-paginated-example > </ tab-group-paginated-example >
23
- < h3 > Inverted Tabs</ h3 >
24
- < tab-group-inverted-example > </ tab-group-inverted-example >
25
23
< h3 > Ink bar fit to content</ h3 >
26
24
< 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 >
28
26
< 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 {
16
16
TabGroupDynamicHeightExample ,
17
17
TabGroupHeaderBelowExample ,
18
18
TabGroupInkBarExample ,
19
- TabGroupInvertedExample ,
20
19
TabGroupLazyLoadedExample ,
21
20
TabGroupPaginatedExample ,
22
21
TabGroupStretchedExample ,
@@ -30,7 +29,6 @@ import {MatTabsModule} from '@angular/material/tabs';
30
29
templateUrl : 'tabs-demo.html' ,
31
30
imports : [
32
31
TabGroupInkBarExample ,
33
- TabGroupInvertedExample ,
34
32
TabGroupPaginatedExample ,
35
33
TabNavBarBasicExample ,
36
34
TabGroupStretchedExample ,
You can’t perform that action at this time.
0 commit comments