ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
20 lines (19 loc) • 1.56 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./graph.component";
import * as i2 from "./graph-minimap.component";
import * as i3 from "./graph-defs.component";
import * as i4 from "./graph-node.directive";
import * as i5 from "./graph-group-node.directive";
import * as i6 from "./graph-zoom.directive";
import * as i7 from "./graph-node.component";
import * as i8 from "./graph-edge.component";
import * as i9 from "./graph-edge.directive";
import * as i10 from "@angular/common";
import * as i11 from "ng-zorro-antd/icon";
import * as i12 from "ng-zorro-antd/spin";
import * as i13 from "ng-zorro-antd/core/no-animation";
export declare class NzGraphModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzGraphModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzGraphModule, [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 i10.CommonModule, typeof i11.NzIconModule, typeof i12.NzSpinModule, typeof i13.NzNoAnimationModule], [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]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzGraphModule>;
}