UNPKG

ngx-mask

Version:

Input masking for modern Angular — Reactive, template-driven and Signal Forms, zoneless and SSR ready. Dates, numbers, separators, custom patterns.

57 lines 1.28 kB
{ "name": "ngx-mask", "version": "22.0.1", "description": "Input masking for modern Angular — Reactive, template-driven and Signal Forms, zoneless and SSR ready. Dates, numbers, separators, custom patterns.", "keywords": [ "ng2-mask", "ngx-mask", "ng2", "angular-mask", "mask", "angular", "angular2", "angular2-mask", "ng2mask" ], "license": "MIT", "author": "ngx-mask", "files": [ "LICENSE", "README.md", "fesm2022/ngx-mask.mjs", "types", "package.json" ], "contributors": [ "ngx-mask" ], "homepage": "https://github.com/NepipenkoIgor/ngx-mask", "repository": { "type": "git", "url": "git@github.com:NepipenkoIgor/ngx-mask.git" }, "bugs": { "url": "https://github.com/NepipenkoIgor/ngx-mask/issues" }, "peerDependencies": { "@angular/common": "^22.0.0", "@angular/core": "^22.0.0", "@angular/forms": "^22.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ngx-mask.mjs", "typings": "types/ngx-mask.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-mask.d.ts", "default": "./fesm2022/ngx-mask.mjs" } }, "sideEffects": false, "type": "module" }