Back to Super Productivity

Start Page Select.Component

src/app/features/config/start-page-select/start-page-select.component.html

18.4.4414 B
Original Source

{{ T.G.TODAY_TAG_TITLE | translate }} @if (formControl.value === DefaultStartPage.Inbox) { {{ T.G.INBOX_PROJECT_TITLE | translate }} } @if (appFeatures().isPlannerEnabled) { {{ T.MH.PLANNER | translate }} } @if (appFeatures().isSchedulerEnabled) { {{ T.MH.SCHEDULE | translate }} } @if (appFeatures().isBoardsEnabled) { {{ T.MH.BOARDS | translate }} } @for (opt of projects(); track opt.id) { {{ opt.title }} }