@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) • 370 B
TypeScript
export * from './domain';
export * from './f-external-item.directive';
export * from './f-external-item.service';
export * from './f-external-item-base';
export * from './f-external-item-placeholder.directive';
export * from './f-external-item-preview.directive';
export * from './f-external-item-token';
export * from './is-external-item';
export * from './providers';