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.
@@ -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();