@pepperi-addons/ngx-lib 0.3.15-loader.12 → 0.3.15-loader.13

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.
@@ -3233,8 +3233,11 @@
3233
3233
  });
3234
3234
  Object.defineProperty(PepDynamicFieldGeneratorComponent.prototype, "field", {
3235
3235
  set: function (value) {
3236
+ var _this = this;
3236
3237
  this._field = value;
3237
- this.createControlDynamically();
3238
+ setTimeout(function () {
3239
+ _this.createControlDynamically();
3240
+ }, 0);
3238
3241
  },
3239
3242
  enumerable: false,
3240
3243
  configurable: true