UNPKG

ngx-mat-input-tel

Version:

An Angular Material package for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.

60 lines 1.24 kB
{ "name": "ngx-mat-input-tel", "version": "19.3.0", "author": { "name": "Raphaël Balet", "email": "raphael.balet@outlook.com" }, "maintainers": [ "raphael.balet@outlook.com" ], "peerDependencies": { "@angular/common": ">=19.x", "@angular/core": ">=19.x", "@angular/forms": ">=19.x", "@angular/platform-browser": ">=19.x", "@angular/platform-browser-dynamic": ">=19.x", "libphonenumber-js": "^1.12.5" }, "repository": { "type": "git", "url": "git+https://github.com/rbalet/ngx-mat-input-tel" }, "keywords": [ "angular", "material", "ng15", "ng16", "ngx-mat-intl-tel-input", "intl-tel-input", "ng-intl-tel-input", "phone number", "phone", "validation", "international", "i18n", "country", "dial", "code", "telephone", "mobile", "input", "flag" ], "license": "MIT", "dependencies": { "tslib": "^2.x" }, "module": "fesm2022/ngx-mat-input-tel.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-mat-input-tel.mjs" } }, "sideEffects": false }