image.module.d.ts 605 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./image.directive";
  3. import * as i2 from "./image-preview.component";
  4. import * as i3 from "./image-group.component";
  5. export declare class NzImageModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzImageModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<NzImageModule, never, [typeof i1.NzImageDirective, typeof i2.NzImagePreviewComponent, typeof i3.NzImageGroupComponent], [typeof i1.NzImageDirective, typeof i2.NzImagePreviewComponent, typeof i3.NzImageGroupComponent]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzImageModule>;
  9. }