@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.
12 lines (11 loc) • 620 B
TypeScript
import { IFConnectionBuilders } from './f-connection-builders';
import { IFConnectionFactoryRequest } from './i-f-connection-factory-request';
import { IFConnectionBuilderResponse } from './i-f-connection-builder-response';
import * as i0 from "@angular/core";
export declare class FConnectionFactory {
private readonly builders;
constructor(builders: IFConnectionBuilders);
handle(request: IFConnectionFactoryRequest): IFConnectionBuilderResponse;
static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionFactory, [{ optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<FConnectionFactory>;
}