@paperless/angular 0.1.0-alpha.404 → 0.1.0-alpha.406

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.
@@ -259,6 +259,7 @@ class DatepickerDirective extends BaseValueAccessor {
259
259
  super(el);
260
260
  }
261
261
  writeValue(value) {
262
+ console.log('[Angular] Write value', value, this.el.nativeElement);
262
263
  this.el.nativeElement.value = this.lastValue = value;
263
264
  }
264
265
  }