ngx-currency-mask
Version:
A very simple currency mask directive that allows using a number attribute with the ngModel.
40 lines (39 loc) • 943 B
JSON
{
"name": "ngx-currency-mask",
"version": "4.3.2",
"description": "A very simple currency mask directive that allows using a number attribute with the ngModel.",
"scripts": {
"prepare": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dodocamilo/ng2-currency-mask.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"currency",
"mask",
"model",
"money",
"ng2",
"number"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dodocamilo/ng2-currency-mask/issues"
},
"homepage": "https://github.com/dodocamilo/ng2-currency-mask",
"devDependencies": {
"@angular/common": "4.3.2",
"@angular/compiler": "4.3.2",
"@angular/compiler-cli": "4.3.2",
"@angular/core": "4.3.2",
"@angular/forms": "4.3.2",
"@angular/platform-browser": "4.3.2",
"rxjs": "5.0.1",
"typescript": "2.3.4",
"zone.js": "0.8.5"
}
}