Back to Super Productivity

Config Section.Component

src/app/features/config/config-section/config-section.component.html

18.4.4404 B
Original Source

@if (section?.help || section?.helpArr) { @if (section?.help) {

} @if (section?.helpArr) { @for (helpSection of section?.helpArr; track trackByIndex($index, helpSection)) { @if (helpSection.h) { {{ helpSection.h | translate }} } @if (helpSection.p) {

} @if (helpSection.p2) {

} @if (helpSection.p3) {

} @if (helpSection.p4) {

} } } } @if (section?.items && !section?.customSection) { }