monkey-front-core 0.0.489 → 0.0.490
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +3 -1
- package/fesm2015/monkey-front-core.mjs +2 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.490.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.489.tgz +0 -0
|
@@ -743,6 +743,8 @@ class MonkeyEcxFormatCurrencyPipe {
|
|
|
743
743
|
// not to do
|
|
744
744
|
}
|
|
745
745
|
transform(value, symbol = 'symbol') {
|
|
746
|
+
console.log('veio no core@@@@');
|
|
747
|
+
console.log(this.defaultCurencyCode.toString());
|
|
746
748
|
const currency = this.defaultCurencyCode.toString();
|
|
747
749
|
return this.currencyPipe.transform(value, currency, symbol);
|
|
748
750
|
}
|