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.
@@ -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
  }