UNPKG

ngx-currency

Version:

A very simple currency mask directive that allows using a number attribute with the ngModel.

44 lines 1.02 kB
{ "name": "ngx-currency", "version": "19.0.0", "description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", "author": "Neri Bez Fontana", "license": "MIT", "homepage": "https://github.com/nbfontana/ngx-currency#readme", "repository": { "type": "git", "url": "https://github.com/nbfontana/ngx-currency" }, "bugs": { "url": "https://github.com/nbfontana/ngx-currency/issues" }, "keywords": [ "angular", "currency", "mask", "model", "money", "ngx", "number" ], "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@angular/forms": "^19.0.0" }, "dependencies": { "tslib": "^2.5.0" }, "sideEffects": false, "module": "fesm2022/ngx-currency.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-currency.mjs" } } }