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

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.
@@ -3250,6 +3250,7 @@
3250
3250
  //const factory: ComponentFactory<any> = this.getComponentFactory();
3251
3251
  var factory = this._resolver.resolveComponentFactory(textbox.PepTextboxComponent);
3252
3252
  if (factory) {
3253
+ //const componentRef: ComponentRef<any> = this._controlContainer.createComponent(factory);
3253
3254
  var componentRef = this._controlContainer.createComponent(factory);
3254
3255
  this._containerRef = componentRef.instance;
3255
3256
  this.setBaseProperties();