Back to Super Productivity

Planner Plan View.Component

src/app/features/planner/planner-plan-view/planner-plan-view.component.html

18.4.4224 B
Original Source

@let overdue = overdue$ | async; @let overdueDeadlines = overdueDeadlines$ | async; @if (overdue?.length || overdueDeadlines?.length) { } @for (day of days$ | async; track day.dayDate) { } @if (isLoadingMore$ | async) {

}