UNPKG

@serene-dev/ng-tel-input

Version:

This is a wrapper for [intl-tel-input@ 23.0.10](https://github.com/jackocnr/intl-tel-input)

46 lines 970 B
{ "name": "@serene-dev/ng-tel-input", "version": "20.0.0", "peerDependencies": { "@angular/common": "^20.0.0", "@angular/core": "^20.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "author": { "name": "Ahmed Lawal", "email": "ahmeddapo0110@gmail.com", "url": "https://serene-dev.xyz/portfolio" }, "homepage": "https://serene-dev.xyz/documentations/ng-tel-input", "schematics": "./schematics/collection.json", "ng-add": { "save": "true" }, "keywords": [ "serene-dev", "ng-tel-input", "international", "i18n", "country", "dial", "code", "telephone", "mobile", "input", "flag" ], "module": "fesm2022/serene-dev-ng-tel-input.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/serene-dev-ng-tel-input.mjs" } } }