UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

23 lines 1.28 kB
import * as i0 from "@angular/core"; import * as i1 from "../common/common.module"; import * as i2 from "@angular/cdk/stepper"; import * as i3 from "ngx-bootstrap/tooltip"; import * as i4 from "@angular/forms"; import * as i5 from "./stepper.component"; import * as i6 from "./stepper-icon.directive"; import * as i7 from "./stepper-progress.component"; import * as i8 from "./stepper-buttons.component"; import * as i9 from "./stepper-outlet.component"; /** * The angular module definition for c8y-stepper (Wizard). * @exports C8yStepper * @exports C8yStepperIcon * @exports C8yStepperButtons * @exports CdkStep */ export declare class StepperModule { static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, never, [typeof i1.CommonModule, typeof i2.CdkStepperModule, typeof i3.TooltipModule, typeof i4.FormsModule, typeof i5.C8yStepper, typeof i6.C8yStepperIcon, typeof i7.C8yStepperProgress, typeof i8.C8yStepperButtons, typeof i9.StepperOutletComponent], [typeof i5.C8yStepper, typeof i2.CdkStep, typeof i6.C8yStepperIcon, typeof i8.C8yStepperButtons, typeof i9.StepperOutletComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>; } //# sourceMappingURL=stepper.module.d.ts.map