UNPKG

@millieofzo/ion-intl-tel-input

Version:

This is a continuation of the original project from azzamasghar1 (https://github.com/azzamasghar1/ion-intl-tel-input) which includes new features and some much requested features

9 lines (8 loc) 523 B
import { PipeTransform } from '@angular/core'; import { CountryI } from './../models/country.model'; import * as i0 from "@angular/core"; export declare class CountryPlaceholder implements PipeTransform { transform(country: CountryI, enablePlaceholder: boolean, inputPlaceholder: string, separateDialCode: boolean, fallbackPlaceholder: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<CountryPlaceholder, never>; static ɵpipe: i0.ɵɵPipeDeclaration<CountryPlaceholder, "countryPlaceholder", false>; }