Back to Super Productivity

Menu Item.Component

src/app/features/task-view-customizer/task-view-customizer-panel/menu-item/menu-item.component.html

18.4.4172 B
Original Source

@for (option of options(); track option.type) { {{ option.label | translate }} @if (selectedFilter().type === type() && selectedFilter().preset === option.type) { check } }