source: trip-planner-front/node_modules/@angular/cdk/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.1 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-header';
11import * as ɵngcc3 from './step-label';
12import * as ɵngcc4 from './stepper-button';
13import * as ɵngcc5 from '@angular/cdk/bidi';
14export declare class CdkStepperModule {
15 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepperModule, never>;
16 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkStepperModule, [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious], [typeof ɵngcc5.BidiModule], [typeof ɵngcc1.CdkStep, typeof ɵngcc1.CdkStepper, typeof ɵngcc2.CdkStepHeader, typeof ɵngcc3.CdkStepLabel, typeof ɵngcc4.CdkStepperNext, typeof ɵngcc4.CdkStepperPrevious]>;
17 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkStepperModule>;
18}
19
20//# sourceMappingURL=stepper-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.