select.module.d.ts 1.5 KB

123456789101112131415161718
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./option.component";
  3. import * as i2 from "./select.component";
  4. import * as i3 from "./option-container.component";
  5. import * as i4 from "./option-group.component";
  6. import * as i5 from "./option-item.component";
  7. import * as i6 from "./select-top-control.component";
  8. import * as i7 from "./select-search.component";
  9. import * as i8 from "./select-item.component";
  10. import * as i9 from "./select-clear.component";
  11. import * as i10 from "./select-arrow.component";
  12. import * as i11 from "./select-placeholder.component";
  13. import * as i12 from "./option-item-group.component";
  14. export declare class NzSelectModule {
  15. static ɵfac: i0.ɵɵFactoryDeclaration<NzSelectModule, never>;
  16. static ɵmod: i0.ɵɵNgModuleDeclaration<NzSelectModule, never, [typeof i1.NzOptionComponent, typeof i2.NzSelectComponent, typeof i3.NzOptionContainerComponent, typeof i4.NzOptionGroupComponent, typeof i5.NzOptionItemComponent, typeof i6.NzSelectTopControlComponent, typeof i7.NzSelectSearchComponent, typeof i8.NzSelectItemComponent, typeof i9.NzSelectClearComponent, typeof i10.NzSelectArrowComponent, typeof i11.NzSelectPlaceholderComponent, typeof i12.NzOptionItemGroupComponent], [typeof i1.NzOptionComponent, typeof i2.NzSelectComponent, typeof i4.NzOptionGroupComponent, typeof i10.NzSelectArrowComponent, typeof i9.NzSelectClearComponent, typeof i8.NzSelectItemComponent, typeof i11.NzSelectPlaceholderComponent, typeof i7.NzSelectSearchComponent]>;
  17. static ɵinj: i0.ɵɵInjectorDeclaration<NzSelectModule>;
  18. }