Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1006 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * @license
|
---|
3 | * Copyright Google LLC All Rights Reserved.
|
---|
4 | *
|
---|
5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
6 | * found in the LICENSE file at https://angular.io/license
|
---|
7 | */
|
---|
8 | export { MatTabsModule } from './tabs-module';
|
---|
9 | export * from './tab-group';
|
---|
10 | export { MatInkBar, _MatInkBarPositioner, _MAT_INK_BAR_POSITIONER } from './ink-bar';
|
---|
11 | export { MatTabBody, _MatTabBodyBase, MatTabBodyOriginState, MatTabBodyPositionState, MatTabBodyPortal } from './tab-body';
|
---|
12 | export { MatTabHeader, _MatTabHeaderBase } from './tab-header';
|
---|
13 | export { MatTabLabelWrapper } from './tab-label-wrapper';
|
---|
14 | export { MatTab, MAT_TAB_GROUP } from './tab';
|
---|
15 | export { MatTabLabel, MAT_TAB } from './tab-label';
|
---|
16 | export { MatTabNav, MatTabLink, _MatTabNavBase, _MatTabLinkBase } from './tab-nav-bar/index';
|
---|
17 | export { MatTabContent } from './tab-content';
|
---|
18 | export { ScrollDirection } from './paginated-tab-header';
|
---|
19 | export * from './tabs-animations';
|
---|
20 | export { MAT_TABS_CONFIG, MatTabsConfig } from './tab-config';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.