UNPKG

angular-phone-number

Version:

A comprehensive international phone number input component for Angular applications with country selection, validation, and formatting.

8 lines (7 loc) 129 B
export type Country = { flag: string; code: string; country: string; countryAr: string; dialCode: string; };