ngx-form-validator-super
Version:
A super flexible and time saving Validation logic handeling directive for Angular Reactive forms.
18 lines (17 loc) • 517 B
TypeScript
import { PanelLogic } from './panel-logic';
export declare class ValidatorLogic {
private panelLogic;
formControl: any;
ValidationLabels: any;
errorControl: any;
constructor(panelLogic: PanelLogic);
private GetAllControls;
ValidateControls(changedControl: any): boolean;
private setErrorControl;
private scrollTo;
private GetValidationType;
private GetValidationContainer;
private AddRemoveErrorMsg;
private GetErrorMsg;
TogglePanel(): void;
}