@seniorsistemas/angular-components 16.10.11 → 16.10.12

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.
@@ -6803,7 +6803,7 @@
6803
6803
  ], SectionComponent.prototype, "errorMessages", void 0);
6804
6804
  SectionComponent = __decorate([
6805
6805
  core.Component({
6806
- template: "\n <h3 class=\"sds-section-title\">{{config.header}}</h3>\n <ng-container *ngFor=\"let conf of config.configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: conf, group: group, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n "
6806
+ template: "\n <h3 *ngIf=\"config?.header\" class=\"sds-section-title\">{{config.header}}</h3>\n <ng-container *ngFor=\"let conf of config.configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: conf, group: group, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n "
6807
6807
  })
6808
6808
  ], SectionComponent);
6809
6809
  return SectionComponent;