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 +2 -0
- package/bundles/ng-easycommerce.umd.js +1 -0
- package/bundles/ng-easycommerce.umd.js.map +1 -1
- package/bundles/ng-easycommerce.umd.min.js +1 -1
- package/bundles/ng-easycommerce.umd.min.js.map +1 -1
- package/esm2015/lib/ec-pipe/ec-currency-symbol.pipe.js +2 -1
- package/esm5/lib/ec-pipe/ec-currency-symbol.pipe.js +2 -1
- package/fesm2015/ng-easycommerce.js +1 -0
- package/fesm2015/ng-easycommerce.js.map +1 -1
- package/fesm5/ng-easycommerce.js +1 -0
- package/fesm5/ng-easycommerce.js.map +1 -1
- package/ng-easycommerce.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/ng-easycommerce.js
CHANGED
|
@@ -20206,6 +20206,7 @@ var ecCurrencySymbolPipe = /** @class */ (function () {
|
|
|
20206
20206
|
ecCurrencySymbolPipe = __decorate$27([
|
|
20207
20207
|
Pipe({
|
|
20208
20208
|
name: 'ecCurrencySymbol',
|
|
20209
|
+
pure: false
|
|
20209
20210
|
})
|
|
20210
20211
|
], ecCurrencySymbolPipe);
|
|
20211
20212
|
return ecCurrencySymbolPipe;
|