@syncfusion/ej2-angular-diagrams
Version:
Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.
21 lines (20 loc) • 2.15 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./diagram.component";
import * as i2 from "./layers.directive";
import * as i3 from "./customcursor.directive";
import * as i4 from "./connector-fixeduserhandle.directive";
import * as i5 from "./connector-annotation.directive";
import * as i6 from "./connectors.directive";
import * as i7 from "./node-fixeduserhandle.directive";
import * as i8 from "./node-annotation.directive";
import * as i9 from "./ports.directive";
import * as i10 from "./nodes.directive";
import * as i11 from "@angular/common";
/**
* NgModule definition for the Diagram component.
*/
export declare class DiagramModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DiagramModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DiagramModule, [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective], [typeof i11.CommonModule], [typeof i1.DiagramComponent, typeof i2.LayerDirective, typeof i2.LayersDirective, typeof i3.CustomCursorDirective, typeof i3.CustomCursorsDirective, typeof i4.ConnectorFixedUserHandleDirective, typeof i4.ConnectorFixedUserHandlesDirective, typeof i5.ConnectorAnnotationDirective, typeof i5.ConnectorAnnotationsDirective, typeof i6.ConnectorDirective, typeof i6.ConnectorsDirective, typeof i7.NodeFixedUserHandleDirective, typeof i7.NodeFixedUserHandlesDirective, typeof i8.NodeAnnotationDirective, typeof i8.NodeAnnotationsDirective, typeof i9.PortDirective, typeof i9.PortsDirective, typeof i10.NodeDirective, typeof i10.NodesDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DiagramModule>;
}