Back to Super Productivity

Planner Repeat Projection.Component

src/app/features/planner/planner-repeat-projection/planner-repeat-projection.component.html

18.6.0225 B
Original Source

repeat {{ repeatCfg().title }}

@if (overWriteTimeEstimate() > 0) { {{ overWriteTimeEstimate() | msToString }}
({{ repeatCfg().defaultEstimate | msToString }}) } @else { {{ repeatCfg().defaultEstimate | msToString }} }