herum-shared 0.1.33 → 0.1.34

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.
@@ -647,6 +647,7 @@ class HerumInputFieldComponent {
647
647
  })).subscribe();
648
648
  }
649
649
  setInputsByFormControl() {
650
+ console.log(this.ngControl);
650
651
  if (!this.ngControl)
651
652
  return;
652
653
  if (this.ngControl instanceof FormControlName)