Back to Super Productivity

Board Panel.Component

src/app/features/boards/board-panel/board-panel.component.html

18.4.4135 B
Original Source

@for (task of tasks(); track task.id) { @if (task.remindAt) { alarm

} @if (task.dueDay) { today {{ task.dueDay | localDateStr }} } }