@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
23 lines • 1.27 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./stepper.component";
import * as i2 from "./stepper-icon.directive";
import * as i3 from "./stepper-progress.component";
import * as i4 from "./stepper-buttons.component";
import * as i5 from "./stepper-outlet.component";
import * as i6 from "../common/common.module";
import * as i7 from "@angular/cdk/stepper";
import * as i8 from "ngx-bootstrap/tooltip";
import * as i9 from "@angular/forms";
/**
* 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, [typeof i1.C8yStepper, typeof i2.C8yStepperIcon, typeof i3.C8yStepperProgress, typeof i4.C8yStepperButtons, typeof i5.StepperOutletComponent], [typeof i6.CommonModule, typeof i7.CdkStepperModule, typeof i8.TooltipModule, typeof i9.FormsModule], [typeof i1.C8yStepper, typeof i7.CdkStep, typeof i2.C8yStepperIcon, typeof i4.C8yStepperButtons, typeof i5.StepperOutletComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
}
//# sourceMappingURL=stepper.module.d.ts.map