ngx-phone-field
Version:
An Angular directive for international phone input with country flag dropdowns.
42 lines • 986 B
JSON
{
"name": "ngx-phone-field",
"version": "4.0.0",
"description": "An Angular directive for international phone input with country flag dropdowns.",
"peerDependencies": {
"@angular/common": ">=20.0.0 < 21.0.0",
"@angular/core": ">=20.0.0 < 21.0.0",
"@angular/forms": ">=20.0.0 < 21.0.0",
"intl-tel-input": ">=24.0.0 < 25.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"author": "Aliaksandr Mirankou",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alex-mirankov/ngx-phone-field"
},
"keywords": [
"angular",
"intl-tel-input",
"phone",
"mask",
"directive",
"country selection",
"form",
"input"
],
"sideEffects": false,
"module": "fesm2022/ngx-phone-field.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-phone-field.mjs"
}
}
}