monkey-front-core 0.0.66 → 0.0.68
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-date-timelapse.mjs +4 -1
- package/fesm2015/monkey-front-core.mjs +3 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +3 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.68.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.66.tgz +0 -0
|
@@ -242,6 +242,9 @@ class MonkeyEcxUtils {
|
|
|
242
242
|
const moment$3 = moment_;
|
|
243
243
|
class MonkeyEcxFormatDateTimelapsePipe {
|
|
244
244
|
transform(date, showTime = false, useUtc = true, format = '- HH:mm') {
|
|
245
|
+
console.log('moment');
|
|
246
|
+
console.log('11');
|
|
247
|
+
console.log(moment$3);
|
|
245
248
|
if (!MonkeyEcxUtils.persistNullEmptyUndefined(date))
|
|
246
249
|
return '';
|
|
247
250
|
let stillUtc = moment$3.utc(date).toDate();
|