UNPKG

ionic5-international-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) 178 B
import { CountryI } from './models/country.model'; export declare class IonIntlTelInputService { countryList: CountryI[]; constructor(); getListOfCountries(): any; }