steps.module.d.ts 467 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./steps.component";
  3. import * as i2 from "./step.component";
  4. export declare class NzStepsModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzStepsModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzStepsModule, never, [typeof i1.NzStepsComponent, typeof i2.NzStepComponent], [typeof i1.NzStepsComponent, typeof i2.NzStepComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzStepsModule>;
  8. }