progress.module.d.ts 394 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./progress.component";
  3. export declare class NzProgressModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzProgressModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzProgressModule, never, [typeof i1.NzProgressComponent], [typeof i1.NzProgressComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzProgressModule>;
  7. }