ngx-material-intl-tel-input
Version:
Angular Material international telephone input
15 lines (14 loc) • 351 B
TypeScript
import * as i0 from "@angular/core";
export type CountryData = [
string,
string,
string,
string,
number?,
(string | number)[]?
];
export declare class CountryCode {
allCountries: CountryData[];
static ɵfac: i0.ɵɵFactoryDeclaration<CountryCode, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CountryCode>;
}