@pepperi-addons/ngx-lib 0.3.15-loader.28 → 0.3.15-loader.29

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.
@@ -3364,7 +3364,7 @@
3364
3364
  PepDynamicFieldGeneratorComponent.decorators = [
3365
3365
  { type: core.Component, args: [{
3366
3366
  selector: 'pep-dynamic-field-generator',
3367
- template: "<!-- <ng-container [formGroup]=\"form\"> -->\n <ng-container #controlContainer></ng-container>\n<!-- </ng-container> -->",
3367
+ template: "<!-- <ng-container [formGroup]=\"form\"> -->\n <div #controlContainer></div>\n<!-- </ng-container> -->",
3368
3368
  changeDetection: core.ChangeDetectionStrategy.OnPush,
3369
3369
  styles: [":host{width:100%;height:100%}"]
3370
3370
  },] }