ion-intl-tel-v2
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
13 lines (12 loc) • 520 B
TypeScript
import { CountryI } from "./models/country.model";
import { TranslateService } from "@ngx-translate/core";
import * as i0 from "@angular/core";
export declare class IonIntlTelInputService {
private translate;
translationPrefix: string;
countryList: CountryI[];
constructor(translate: TranslateService);
getListOfCountries(): CountryI[];
static ɵfac: i0.ɵɵFactoryDeclaration<IonIntlTelInputService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IonIntlTelInputService>;
}