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) 810 B
import { OnDestroy, OnInit } from '@angular/core'; import { FLineAlignmentBase } from './f-line-alignment-base'; import * as i0 from "@angular/core"; export declare class FLineAlignmentComponent extends FLineAlignmentBase implements OnInit, OnDestroy { fAlignThreshold: import("@angular/core").InputSignalWithTransform<number, unknown>; private readonly _fMediator; private readonly _elementReference; get hostElement(): HTMLElement; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FLineAlignmentComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FLineAlignmentComponent, "f-line-alignment", ["fComponent"], { "fAlignThreshold": { "alias": "fAlignThreshold"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>; }