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.

11 lines (10 loc) 489 B
import { IExecution } from '@foblex/mediator'; import { GetFlowRequest } from './get-flow-request'; import { FFlowBase } from '../../../f-flow'; import * as i0 from "@angular/core"; export declare class GetFlowExecution implements IExecution<GetFlowRequest, FFlowBase> { private _fComponentsStore; handle(request: GetFlowRequest): FFlowBase; static ɵfac: i0.ɵɵFactoryDeclaration<GetFlowExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<GetFlowExecution>; }