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.

7 lines (6 loc) 184 B
import { CountryI } from './models/country.model'; export declare class IonIntlTelInputService { countryList: CountryI[]; constructor(); getListOfCountries(): any; }