UNPKG

angular-phone-number-input

Version:

``` npm i angular-phone-number-input ``` Have implemented country-specific validations using [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js)

7 lines (6 loc) 106 B
export type Country = { flag: string; code: string; country: string; dialCode: string; };