result.module.d.ts 1.0 KB

1234567891011
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./result.component";
  3. import * as i2 from "./result-cells";
  4. import * as i3 from "./partial/not-found";
  5. import * as i4 from "./partial/server-error.component";
  6. import * as i5 from "./partial/unauthorized";
  7. export declare class NzResultModule {
  8. static ɵfac: i0.ɵɵFactoryDeclaration<NzResultModule, never>;
  9. static ɵmod: i0.ɵɵNgModuleDeclaration<NzResultModule, never, [typeof i1.NzResultComponent, typeof i2.NzResultContentDirective, typeof i2.NzResultExtraDirective, typeof i2.NzResultIconDirective, typeof i2.NzResultSubtitleDirective, typeof i2.NzResultTitleDirective, typeof i3.NzResultNotFoundComponent, typeof i4.NzResultServerErrorComponent, typeof i5.NzResultUnauthorizedComponent], [typeof i1.NzResultComponent, typeof i2.NzResultContentDirective, typeof i2.NzResultExtraDirective, typeof i2.NzResultIconDirective, typeof i2.NzResultSubtitleDirective, typeof i2.NzResultTitleDirective]>;
  10. static ɵinj: i0.ɵɵInjectorDeclaration<NzResultModule>;
  11. }