UNPKG

ngx-currency-mask

Version:

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

5 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); exports.CURRENCY_MASK_CONFIG = new core_1.InjectionToken("currency.mask.config"); //# sourceMappingURL=currency-mask.config.js.map