monkey-front-core 0.0.490 → 0.0.491
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 +1 -3
- package/fesm2015/monkey-front-core.mjs +0 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +0 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.491.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.490.tgz +0 -0
|
@@ -743,8 +743,6 @@ 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());
|
|
748
746
|
const currency = this.defaultCurencyCode.toString();
|
|
749
747
|
return this.currencyPipe.transform(value, currency, symbol);
|
|
750
748
|
}
|