@pepperi-addons/ngx-lib 0.3.15-loader.25 → 0.3.15-loader.26

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.
@@ -3225,6 +3225,9 @@
3225
3225
  this.formFieldClick = new core.EventEmitter();
3226
3226
  }
3227
3227
  Object.defineProperty(PepDynamicFieldGeneratorComponent.prototype, "controlContainer", {
3228
+ get: function () {
3229
+ return this._controlContainer;
3230
+ },
3228
3231
  set: function (val) {
3229
3232
  this._controlContainer = val;
3230
3233
  },