@pepperi-addons/ngx-lib 0.3.15-loader.24 → 0.3.15-loader.25
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 +2 -2
- package/bundles/pepperi-addons-ngx-lib-form.umd.js.map +1 -1
- package/esm2015/form/dynamic-field-generator.component.js +3 -3
- package/fesm2015/pepperi-addons-ngx-lib-form.js +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-form.js.map +1 -1
- package/form/pepperi-addons-ngx-lib-form.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -3361,7 +3361,7 @@
|
|
|
3361
3361
|
PepDynamicFieldGeneratorComponent.decorators = [
|
|
3362
3362
|
{ type: core.Component, args: [{
|
|
3363
3363
|
selector: 'pep-dynamic-field-generator',
|
|
3364
|
-
template: "<!-- <ng-container [formGroup]=\"form\"> -->\n <ng-
|
|
3364
|
+
template: "<!-- <ng-container [formGroup]=\"form\"> -->\n <ng-container #controlContainer></ng-container>\n<!-- </ng-container> -->",
|
|
3365
3365
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
3366
3366
|
styles: [":host{width:100%;height:100%}"]
|
|
3367
3367
|
},] }
|
|
@@ -3370,7 +3370,7 @@
|
|
|
3370
3370
|
{ type: core.ComponentFactoryResolver }
|
|
3371
3371
|
]; };
|
|
3372
3372
|
PepDynamicFieldGeneratorComponent.propDecorators = {
|
|
3373
|
-
controlContainer: [{ type: core.ViewChild, args: ['controlContainer', { read: core.ViewContainerRef },] }],
|
|
3373
|
+
controlContainer: [{ type: core.ViewChild, args: ['controlContainer', { read: core.ViewContainerRef, static: true },] }],
|
|
3374
3374
|
field: [{ type: core.Input }],
|
|
3375
3375
|
isActive: [{ type: core.Input }],
|
|
3376
3376
|
uid: [{ type: core.Input }],
|