@pepperi-addons/ngx-lib 0.3.15-loader.21 → 0.3.15-loader.22

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.
@@ -3247,11 +3247,11 @@
3247
3247
  };
3248
3248
  PepDynamicFieldGeneratorComponent.prototype.createControlDynamically = function () {
3249
3249
  if (this._controlContainer) {
3250
- //const factory: ComponentFactory<any> = this.getComponentFactory();
3251
- var factory = this._resolver.resolveComponentFactory(textbox.PepTextboxComponent);
3250
+ var factory = this.getComponentFactory();
3251
+ // const factory = this._resolver.resolveComponentFactory(PepTextboxComponent);
3252
3252
  if (factory) {
3253
- //const componentRef: ComponentRef<any> = this._controlContainer.createComponent(factory);
3254
3253
  var componentRef = this._controlContainer.createComponent(factory);
3254
+ //const componentRef: ComponentRef<PepTextboxComponent> = this._controlContainer.createComponent(factory);
3255
3255
  this._containerRef = componentRef.instance;
3256
3256
  this.setBaseProperties();
3257
3257
  this.setControlProperties();