@acorex/core 1.3.94 → 3.0.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/bundles/acorex-core.umd.js +3 -0
- package/bundles/acorex-core.umd.js.map +1 -1
- package/bundles/acorex-core.umd.min.js +1 -1
- package/bundles/acorex-core.umd.min.js.map +1 -1
- package/esm2015/lib/utils/separator/separator.pipe.js +4 -1
- package/esm5/lib/utils/separator/separator.pipe.js +4 -1
- package/fesm2015/acorex-core.js +3 -0
- package/fesm2015/acorex-core.js.map +1 -1
- package/fesm5/acorex-core.js +3 -0
- package/fesm5/acorex-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -2437,6 +2437,9 @@
|
|
|
2437
2437
|
if (value) {
|
|
2438
2438
|
return value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
|
|
2439
2439
|
}
|
|
2440
|
+
else {
|
|
2441
|
+
return '0';
|
|
2442
|
+
}
|
|
2440
2443
|
};
|
|
2441
2444
|
AXSeparatorPipe.ɵprov = core.ɵɵdefineInjectable({ factory: function AXSeparatorPipe_Factory() { return new AXSeparatorPipe(); }, token: AXSeparatorPipe, providedIn: "root" });
|
|
2442
2445
|
AXSeparatorPipe = __decorate([
|