UNPKG

ion-intl-tel-v2

Version:

This is a continuation of the original project from azzamasghar1 (https://github.com/azzamasghar1/ion-intl-tel-input) which includes new features and some much requested features

11 lines (10 loc) 608 B
import { Validator, AbstractControl, ValidationErrors } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class IonIntlTelInputValidators { static phone(control: AbstractControl): ValidationErrors | null; } export declare class IonIntlTelInputValidatorDirective implements Validator { validate(control: AbstractControl): ValidationErrors | null; static ɵfac: i0.ɵɵFactoryDeclaration<IonIntlTelInputValidatorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<IonIntlTelInputValidatorDirective, "[ionIntlTelInputValid]", never, {}, {}, never>; }