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.

6 lines (5 loc) 299 B
import { PipeTransform } from '@angular/core'; import { CountryI } from './../models/country.model'; export declare class CountryPlaceholder implements PipeTransform { transform(country: CountryI, inputPlaceholder: string, separateDialCode: boolean, fallbackPlaceholder: string): string; }