UNPKG

ngxsmk-tel-input

Version:

Angular international telephone input (intl-tel-input UI + libphonenumber-js validation). ControlValueAccessor. SSR-safe.

69 lines 1.65 kB
{ "name": "ngxsmk-tel-input", "version": "1.4.6", "description": "Angular international telephone input (intl-tel-input UI + libphonenumber-js validation). ControlValueAccessor. SSR-safe.", "license": "MIT", "sideEffects": false, "publishConfig": { "access": "public" }, "author": { "name": "Sachin Dilshan", "email": "sachindilshan040@gmail.com", "url": "https://github.com/toozuuu" }, "homepage": "https://github.com/toozuuu/ngxsmk-tel-input#readme", "repository": { "type": "git", "url": "git+https://github.com/toozuuu/ngxsmk-tel-input.git" }, "bugs": { "url": "https://github.com/toozuuu/ngxsmk-tel-input/issues" }, "keywords": [ "ngxsmk-tel-input", "angular", "angular-forms", "controlvalueaccessor", "cva", "phone-input", "telephone-input", "international-phone", "intl-tel-input", "libphonenumber-js", "e164", "country-code", "dial-code", "separate-dial-code", "national-mode", "country-flags", "i18n", "localization", "rtl", "a11y", "ssr", "typescript" ], "peerDependencies": { "@angular/common": ">=17 <21", "@angular/core": ">=17 <21", "@angular/forms": ">=17 <21", "rxjs": ">=7.8.0", "intl-tel-input": "^25.3.2", "libphonenumber-js": "^1.12.10 || ^1.12.11" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ngxsmk-tel-input.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngxsmk-tel-input.mjs" } } }