graph.module.d.ts 1.2 KB

123456789101112131415
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./graph.component";
  3. import * as i2 from "./graph-minimap.component";
  4. import * as i3 from "./graph-defs.component";
  5. import * as i4 from "./graph-node.directive";
  6. import * as i5 from "./graph-group-node.directive";
  7. import * as i6 from "./graph-zoom.directive";
  8. import * as i7 from "./graph-node.component";
  9. import * as i8 from "./graph-edge.component";
  10. import * as i9 from "./graph-edge.directive";
  11. export declare class NzGraphModule {
  12. static ɵfac: i0.ɵɵFactoryDeclaration<NzGraphModule, never>;
  13. static ɵmod: i0.ɵɵNgModuleDeclaration<NzGraphModule, never, [typeof i1.NzGraphComponent, typeof i2.NzGraphMinimapComponent, typeof i3.NzGraphDefsComponent, typeof i4.NzGraphNodeDirective, typeof i5.NzGraphGroupNodeDirective, typeof i6.NzGraphZoomDirective, typeof i7.NzGraphNodeComponent, typeof i8.NzGraphEdgeComponent, typeof i9.NzGraphEdgeDirective], [typeof i1.NzGraphComponent, typeof i2.NzGraphMinimapComponent, typeof i3.NzGraphDefsComponent, typeof i4.NzGraphNodeDirective, typeof i5.NzGraphGroupNodeDirective, typeof i6.NzGraphZoomDirective, typeof i7.NzGraphNodeComponent, typeof i8.NzGraphEdgeComponent, typeof i9.NzGraphEdgeDirective]>;
  14. static ɵinj: i0.ɵɵInjectorDeclaration<NzGraphModule>;
  15. }