UNPKG

ngx-phone-validators

Version:

An implementation of angular validators for Angular 2 and higher

7 lines (6 loc) 295 B
import { AbstractControl } from "@angular/forms"; export declare class Util { static isNotPresent(control: AbstractControl): boolean; static addError(control: AbstractControl, errorId: string, value: any): void; static removeError(control: AbstractControl, errorId: string): void; }