UNPKG

angular-phone-number

Version:

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

5 lines (4 loc) 104 B
import { Country } from "./country"; export type CountryData = { [countryCode: string]: Country; };