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.

14 lines (13 loc) 753 B
import { FExternalItemCreatePlaceholderRequest } from './f-external-item-create-placeholder.request'; import { IExecution } from '@foblex/mediator'; import * as i0 from "@angular/core"; export declare class FExternalItemCreatePlaceholderExecution implements IExecution<FExternalItemCreatePlaceholderRequest, HTMLElement | SVGElement> { private readonly _fBrowser; private readonly _containerRef; handle(request: FExternalItemCreatePlaceholderRequest): HTMLElement | SVGElement; private _fromTemplate; private _fromHost; private _createViewRef; static ɵfac: i0.ɵɵFactoryDeclaration<FExternalItemCreatePlaceholderExecution, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FExternalItemCreatePlaceholderExecution>; }