@angular/material
Version:
Angular Material
19 lines (18 loc) • 1.44 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./stepper";
import * as i2 from "./step-label";
import * as i3 from "./stepper-button";
import * as i4 from "./step-header";
import * as i5 from "./stepper-icon";
import * as i6 from "./step-content";
import * as i7 from "@angular/material/core";
import * as i8 from "@angular/common";
import * as i9 from "@angular/cdk/portal";
import * as i10 from "@angular/material/button";
import * as i11 from "@angular/cdk/stepper";
import * as i12 from "@angular/material/icon";
export declare class MatStepperModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepperModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatStepperModule, [typeof i1.MatHorizontalStepper, typeof i1.MatVerticalStepper, typeof i1.MatStep, typeof i2.MatStepLabel, typeof i1.MatStepper, typeof i3.MatStepperNext, typeof i3.MatStepperPrevious, typeof i4.MatStepHeader, typeof i5.MatStepperIcon, typeof i6.MatStepContent], [typeof i7.MatCommonModule, typeof i8.CommonModule, typeof i9.PortalModule, typeof i10.MatButtonModule, typeof i11.CdkStepperModule, typeof i12.MatIconModule, typeof i7.MatRippleModule], [typeof i7.MatCommonModule, typeof i1.MatStep, typeof i2.MatStepLabel, typeof i1.MatStepper, typeof i3.MatStepperNext, typeof i3.MatStepperPrevious, typeof i4.MatStepHeader, typeof i5.MatStepperIcon, typeof i6.MatStepContent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatStepperModule>;
}