@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.
@@ -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-template controlContainer></ng-template>\n<!-- </ng-container> -->",
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 }],