page-header.module.d.ts 1.1 KB

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./page-header.component";
  3. import * as i2 from "./page-header-cells";
  4. export declare class NzPageHeaderModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzPageHeaderModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzPageHeaderModule, never, [typeof i1.NzPageHeaderComponent, typeof i2.NzPageHeaderTitleDirective, typeof i2.NzPageHeaderSubtitleDirective, typeof i2.NzPageHeaderContentDirective, typeof i2.NzPageHeaderTagDirective, typeof i2.NzPageHeaderExtraDirective, typeof i2.NzPageHeaderFooterDirective, typeof i2.NzPageHeaderBreadcrumbDirective, typeof i2.NzPageHeaderAvatarDirective], [typeof i1.NzPageHeaderComponent, typeof i2.NzPageHeaderTitleDirective, typeof i2.NzPageHeaderSubtitleDirective, typeof i2.NzPageHeaderContentDirective, typeof i2.NzPageHeaderTagDirective, typeof i2.NzPageHeaderExtraDirective, typeof i2.NzPageHeaderFooterDirective, typeof i2.NzPageHeaderBreadcrumbDirective, typeof i2.NzPageHeaderAvatarDirective]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzPageHeaderModule>;
  8. }