UNPKG

ngx-form-validator-super

Version:

A super flexible and time saving Validation logic handeling directive for Angular Reactive forms.

9 lines (8 loc) 304 B
import { ValidatorLogic } from './validator-logic'; export declare class NgxValidatorLabelService { private ValidatorLogic; constructor(ValidatorLogic: ValidatorLogic); setValidationMsg(labels: any): void; appendValidationMsg(labels: any): void; clearValidationMsg(): void; }