ng-easycommerce 0.0.651-beta.1 → 0.0.651-beta.2

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/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # version 0.0.651-beta.2
2
+ - fix: `ecCurrencySymbol` pure:false
1
3
  # version 0.0.651-beta.1
2
4
  - **Moneda (currency):** inicializar la moneda activa a partir de `baseCurrency` del canal, cargando siempre `/shop-api/currencies` aunque `applyCurrencyExchange` sea `false`.
3
5
  - `CurrencyService.loadDefaultCurrency(...)`: ahora obtiene la lista de monedas, registra `setCurrencyTypeConfig` y aplica la configuración completa (símbolo, posición, decimales) del `baseCurrency`.
@@ -20192,6 +20192,7 @@
20192
20192
  ecCurrencySymbolPipe = __decorate$27([
20193
20193
  core.Pipe({
20194
20194
  name: 'ecCurrencySymbol',
20195
+ pure: false
20195
20196
  })
20196
20197
  ], ecCurrencySymbolPipe);
20197
20198
  return ecCurrencySymbolPipe;