source: trip-planner-front/node_modules/@angular/material/stepper/stepper-module.d.ts

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

add location feature

  • Property mode set to 100644
File size: 1.9 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 './stepper';
10import * as ɵngcc2 from './step-label';
11import * as ɵngcc3 from './stepper-button';
12import * as ɵngcc4 from './step-header';
13import * as ɵngcc5 from './stepper-icon';
14import * as ɵngcc6 from './step-content';
15import * as ɵngcc7 from '@angular/material/core';
16import * as ɵngcc8 from '@angular/common';
17import * as ɵngcc9 from '@angular/cdk/portal';
18import * as ɵngcc10 from '@angular/material/button';
19import * as ɵngcc11 from '@angular/cdk/stepper';
20import * as ɵngcc12 from '@angular/material/icon';
21export declare class MatStepperModule {
22 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperModule, never>;
23 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatStepperModule, [typeof ɵngcc1.MatHorizontalStepper, typeof ɵngcc1.MatVerticalStepper, typeof ɵngcc1.MatStep, typeof ɵngcc2.MatStepLabel, typeof ɵngcc1.MatStepper, typeof ɵngcc3.MatStepperNext, typeof ɵngcc3.MatStepperPrevious, typeof ɵngcc4.MatStepHeader, typeof ɵngcc5.MatStepperIcon, typeof ɵngcc6.MatStepContent], [typeof ɵngcc7.MatCommonModule, typeof ɵngcc8.CommonModule, typeof ɵngcc9.PortalModule, typeof ɵngcc10.MatButtonModule, typeof ɵngcc11.CdkStepperModule, typeof ɵngcc12.MatIconModule, typeof ɵngcc7.MatRippleModule], [typeof ɵngcc7.MatCommonModule, typeof ɵngcc1.MatStep, typeof ɵngcc2.MatStepLabel, typeof ɵngcc1.MatStepper, typeof ɵngcc3.MatStepperNext, typeof ɵngcc3.MatStepperPrevious, typeof ɵngcc4.MatStepHeader, typeof ɵngcc5.MatStepperIcon, typeof ɵngcc6.MatStepContent]>;
24 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatStepperModule>;
25}
26
27//# sourceMappingURL=stepper-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.