Last change
on this file since 571e0df 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 | */
|
---|
8 | import * as ɵngcc0 from '@angular/core';
|
---|
9 | import * as ɵngcc1 from './stepper';
|
---|
10 | import * as ɵngcc2 from './step-header';
|
---|
11 | import * as ɵngcc3 from './step-label';
|
---|
12 | import * as ɵngcc4 from './stepper-button';
|
---|
13 | import * as ɵngcc5 from '@angular/cdk/bidi';
|
---|
14 | export 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.