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-label';
|
---|
11 | import * as ɵngcc3 from './stepper-button';
|
---|
12 | import * as ɵngcc4 from './step-header';
|
---|
13 | import * as ɵngcc5 from './stepper-icon';
|
---|
14 | import * as ɵngcc6 from './step-content';
|
---|
15 | import * as ɵngcc7 from '@angular/material/core';
|
---|
16 | import * as ɵngcc8 from '@angular/common';
|
---|
17 | import * as ɵngcc9 from '@angular/cdk/portal';
|
---|
18 | import * as ɵngcc10 from '@angular/material/button';
|
---|
19 | import * as ɵngcc11 from '@angular/cdk/stepper';
|
---|
20 | import * as ɵngcc12 from '@angular/material/icon';
|
---|
21 | export 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 |
---|