tree.module.d.ts 975 B

12345678910111213
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./tree.component";
  3. import * as i2 from "./tree-node.component";
  4. import * as i3 from "./tree-indent.component";
  5. import * as i4 from "./tree-node-switcher.component";
  6. import * as i5 from "./tree-node-checkbox.component";
  7. import * as i6 from "./tree-node-title.component";
  8. import * as i7 from "./tree-drop-indicator.component";
  9. export declare class NzTreeModule {
  10. static ɵfac: i0.ɵɵFactoryDeclaration<NzTreeModule, never>;
  11. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTreeModule, never, [typeof i1.NzTreeComponent, typeof i2.NzTreeNodeBuiltinComponent, typeof i3.NzTreeIndentComponent, typeof i4.NzTreeNodeSwitcherComponent, typeof i5.NzTreeNodeBuiltinCheckboxComponent, typeof i6.NzTreeNodeTitleComponent, typeof i7.NzTreeDropIndicatorComponent], [typeof i1.NzTreeComponent, typeof i2.NzTreeNodeBuiltinComponent, typeof i3.NzTreeIndentComponent]>;
  12. static ɵinj: i0.ɵɵInjectorDeclaration<NzTreeModule>;
  13. }