Back to Super Productivity

Lazy Chart.Component

src/app/features/metric/lazy-chart/lazy-chart.component.html

18.4.4314 B
Original Source

@if (enableTimeframeSelector()) { {{ T.F.METRIC.CMP.TIME_FRAME_LABEL | translate }} @for (option of timeframeOptions; track option.id) { {{ option.labelKey | translate }} } } @if (isSharing()) { hourglass_empty } @else { share } @if (!isModuleLoaded()) { Loading chart... } @if (isModuleLoaded()) {

}