@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.
- package/bundles/pepperi-addons-ngx-lib-form.umd.js +1 -0
- package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +1 -1
- package/esm2015/form/dynamic-field-generator.component.js +2 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.js +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
- package/package.json +1 -1
|
@@ -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();
|