empty.module.d.ts 636 B

12345678910
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./empty.component";
  3. import * as i2 from "./embed-empty.component";
  4. import * as i3 from "./partial/default";
  5. import * as i4 from "./partial/simple";
  6. export declare class NzEmptyModule {
  7. static ɵfac: i0.ɵɵFactoryDeclaration<NzEmptyModule, never>;
  8. static ɵmod: i0.ɵɵNgModuleDeclaration<NzEmptyModule, never, [typeof i1.NzEmptyComponent, typeof i2.NzEmbedEmptyComponent, typeof i3.NzEmptyDefaultComponent, typeof i4.NzEmptySimpleComponent], [typeof i1.NzEmptyComponent, typeof i2.NzEmbedEmptyComponent]>;
  9. static ɵinj: i0.ɵɵInjectorDeclaration<NzEmptyModule>;
  10. }