UNPKG

@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.

27 lines (26 loc) 910 B
export * from './get-element-rounded-rect'; export * from './f-background'; export * from './f-canvas'; export * from './f-connection'; export * from './f-connectors'; export * from './f-draggable'; export * from './f-flow'; export * from './f-line-alignment'; export * from './f-node'; export * from './f-selection'; export * from './f-zoom'; export * from './get-deep-children-nodes-and-groups'; export * from './get-normalized-connector-rect'; export * from './get-normalized-element-rect'; export * from './get-normalized-point'; export * from './sort-item-layers'; export * from './update-item-and-children-layers'; export * from './create-dom-element'; export * from './css-cls'; export * from './f-event-trigger'; export * from './i-map'; export * from './is-mobile'; export * from './log-deprecated'; export * from './log-execution-time'; export * from './providers'; export * from './transition-end';