ngx-currency-mask
Version:
A very simple currency mask directive that allows using a number attribute with the ngModel.
19 lines • 436 B
JSON
{
"compilerOptions": {
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"dom",
"es6"
],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"sourceMap": true,
"target": "es5"
},
"angularCompilerOptions": {
"genDir": "aot"
}
}