UNPKG

ion-intl-tel-input-ptbr

Version:

An Ionic component for International Phone Number Input, that allows all countries, validation with google phone lib, limited countries, preferred countries, virtual scrolling and much more.

8 lines (7 loc) 351 B
import { Validator, AbstractControl, ValidationErrors } from '@angular/forms'; export declare class IonIntlTelInputValidators { static phone(control: AbstractControl): ValidationErrors | null; } export declare class IonIntlTelInputValidatorDirective implements Validator { validate(control: AbstractControl): ValidationErrors | null; }