@sumaris-net/ngx-components 1.18.5 → 1.18.6

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.
@@ -2261,9 +2261,6 @@
2261
2261
  var date = momentImported.isMoment(value) ? value : this.dateAdapter.parse(value, DATE_ISO_PATTERN);
2262
2262
  return date && this.dateAdapter.format(date, pattern) || '';
2263
2263
  };
2264
- DateFormatPipe.prototype.format = function (date, displayFormat) {
2265
- return this.dateAdapter.format(date, displayFormat);
2266
- };
2267
2264
  return DateFormatPipe;
2268
2265
  }());
2269
2266
  DateFormatPipe.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DateFormatPipe_Factory() { return new DateFormatPipe(i0__namespace.ɵɵinject(i1__namespace.MomentDateAdapter), i0__namespace.ɵɵinject(i1__namespace$1.TranslateService)); }, token: DateFormatPipe, providedIn: "root" });