mat-tel-input
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.
56 lines • 1.17 kB
JSON
{
"name": "mat-tel-input",
"version": "19.0.5-0",
"sideEffects": false,
"author": {
"name": "Munir I Said",
"email": "saidmunir73@gmail.com"
},
"maintainers": [
"Munir I Said <saidmunir73@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Muneersahel/mat-tel-input.git"
},
"keywords": [
"angular",
"material",
"phone number",
"mat-tel-input",
"phone",
"validation",
"international",
"country",
"dial",
"code",
"telephone",
"mobile",
"input",
"flag"
],
"license": "MIT",
"dependencies": {
"tslib": "^2.x"
},
"peerDependencies": {
"@angular/common": "19.x",
"@angular/core": "19.x",
"@angular/material": "19.x",
"@angular/forms": "19.x",
"@angular/platform-browser": "19.x",
"@angular/platform-browser-dynamic": "19.x",
"libphonenumber-js": "^1.11.16"
},
"module": "fesm2022/mat-tel-input.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/mat-tel-input.mjs"
}
}
}