ets-fe-ng-sdk 19.0.24 → 19.0.25

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.
@@ -13801,7 +13801,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.0", ngImpor
13801
13801
 
13802
13802
  class InputControlComponent extends InputBasicComponent {
13803
13803
  set setControl(value) {
13804
- this.form.set(new FormGroup(this.name(), value));
13804
+ this.form.set(new FormGroup({ [this.name()]: value }));
13805
13805
  }
13806
13806
  constructor() {
13807
13807
  super();