@foblex/flow
Version:
An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.
16 lines (15 loc) • 525 B
TypeScript
export * from './domain';
export * from './f-canvas';
export * from './f-connection';
export * from './f-drag-handler';
export * from './f-drop-to-group';
export * from './f-node-move';
export * from './f-node-resize';
export * from './f-node-rotate';
export * from './f-single-select';
export * from './f-draggable.directive';
export * from './f-draggable-base';
export * from './f-draggable-data-context';
export * from './f-selection-change-event';
export * from './i-f-drag-and-drop-plugin';
export * from './providers';