UNPKG

ion-intl-tel-input

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.

7 lines (6 loc) 152 B
export interface IonIntlTelInputModel { internationalNumber: string; nationalNumber: string; isoCode: string; dialCode: string; }