@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.
- package/bundles/pepperi-addons-ngx-lib-form.umd.js +3 -3
- package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +1 -1
- package/esm2015/form/dynamic-field-generator.component.js +4 -4
- package/fesm2015/pepperi-addons-ngx-lib-form.js +3 -3
- package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
- package/package.json +1 -1
|
@@ -3247,11 +3247,11 @@
|
|
|
3247
3247
|
};
|
|
3248
3248
|
PepDynamicFieldGeneratorComponent.prototype.createControlDynamically = function () {
|
|
3249
3249
|
if (this._controlContainer) {
|
|
3250
|
-
|
|
3251
|
-
|
|
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();
|