ngx-form-validator-super
Version:
A super flexible and time saving Validation logic handeling directive for Angular Reactive forms.
16 lines (15 loc) • 412 B
TypeScript
export declare class PanelLogic {
IsConsoleShow: boolean;
private Control;
private AllControls;
private pos1;
private pos2;
private pos3;
private pos4;
constructor();
updateControlStatus(formControl: any, allControls: any): void;
dragElement(elmnt: any): void;
dragMouseDown(e: any): void;
elementDrag(e: any): void;
closeDragElement(): void;
}