UNPKG

ngx-mat-input-tel

Version:

An Angular Material package for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.

10 lines (9 loc) 184 B
export interface Country { name: string; iso2: string; dialCode: string; priority: number; areaCodes?: string[]; flagClass: string; placeHolder?: string; }