Back to Openproject

Wp Timer Button.Component

frontend/src/app/features/work-packages/components/wp-timer-button/wp-timer-button.component.html

17.3.1204 B
Original Source

@if ({ timer: (timer$ | async), active: activeForWorkPackage(timer$ | async) }; as context) { @if (context.timer && context.active) { {{ elapsed$ | async }} } @if (!context.timer || !context.active) { } }