@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.
10 lines (9 loc) • 363 B
TypeScript
export * from './get-flow-state-connections';
export * from './get-flow-state-nodes';
export * from './get-flow-state.execution';
export * from './get-flow-state.request';
export * from './i-f-flow-state';
export * from './i-f-flow-state-connection';
export * from './i-f-flow-state-connector';
export * from './i-f-flow-state-node';
export * from './providers';