@pepperi-addons/ngx-lib 0.3.15-loader.22 → 0.3.15-loader.23

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-container #controlContainer></ng-container>\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
  },] }