Back to Kavita

Reads By Month.Component

UI/Web/src/app/statistics/_components/reads-by-month/reads-by-month.component.html

0.9.0274 B
Original Source

{{t('title')}}

@let mostReadValue = highestRead(); @if (mostReadValue) {

{{t('sub-title', {username: userName(), year: mostReadValue.year, month: mostReadValue.month, reads: mostReadValue.count | number})}}

} @else if (!readsByMonthResource().isLoading()) { }