carousel.module.d.ts 522 B

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