source: trip-planner-front/node_modules/@angular/material/tabs/tabs-module.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.8 KB
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 */
8import * as ɵngcc0 from '@angular/core';
9import * as ɵngcc1 from './tab-group';
10import * as ɵngcc2 from './tab-label';
11import * as ɵngcc3 from './tab';
12import * as ɵngcc4 from './ink-bar';
13import * as ɵngcc5 from './tab-label-wrapper';
14import * as ɵngcc6 from './tab-nav-bar/tab-nav-bar';
15import * as ɵngcc7 from './tab-body';
16import * as ɵngcc8 from './tab-header';
17import * as ɵngcc9 from './tab-content';
18import * as ɵngcc10 from '@angular/common';
19import * as ɵngcc11 from '@angular/material/core';
20import * as ɵngcc12 from '@angular/cdk/portal';
21import * as ɵngcc13 from '@angular/cdk/observers';
22import * as ɵngcc14 from '@angular/cdk/a11y';
23export declare class MatTabsModule {
24 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatTabsModule, never>;
25 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatTabsModule, [typeof ɵngcc1.MatTabGroup, typeof ɵngcc2.MatTabLabel, typeof ɵngcc3.MatTab, typeof ɵngcc4.MatInkBar, typeof ɵngcc5.MatTabLabelWrapper, typeof ɵngcc6.MatTabNav, typeof ɵngcc6.MatTabLink, typeof ɵngcc7.MatTabBody, typeof ɵngcc7.MatTabBodyPortal, typeof ɵngcc8.MatTabHeader, typeof ɵngcc9.MatTabContent], [typeof ɵngcc10.CommonModule, typeof ɵngcc11.MatCommonModule, typeof ɵngcc12.PortalModule, typeof ɵngcc11.MatRippleModule, typeof ɵngcc13.ObserversModule, typeof ɵngcc14.A11yModule], [typeof ɵngcc11.MatCommonModule, typeof ɵngcc1.MatTabGroup, typeof ɵngcc2.MatTabLabel, typeof ɵngcc3.MatTab, typeof ɵngcc6.MatTabNav, typeof ɵngcc6.MatTabLink, typeof ɵngcc9.MatTabContent]>;
26 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatTabsModule>;
27}
28
29//# sourceMappingURL=tabs-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.