timeline.module.d.ts 513 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./timeline-item.component";
  3. import * as i2 from "./timeline.component";
  4. export declare class NzTimelineModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzTimelineModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTimelineModule, never, [typeof i1.NzTimelineItemComponent, typeof i2.NzTimelineComponent], [typeof i1.NzTimelineItemComponent, typeof i2.NzTimelineComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzTimelineModule>;
  8. }