Back to Super Productivity

Config Section.Component

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

18.10.0578 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) { } @if (section?.actions?.length) { @for (action of section?.actions || []; track action.label) { @if (action.icon) { {{ action.icon }} } {{ action.label | translate }} } }