Back to Kavita

Profile Stat Bar.Component

UI/Web/src/app/profile/_components/profile-stat-bar/profile-stat-bar.component.html

0.9.0291 B
Original Source

@if (dataResource.hasValue()) { @let data = dataResource.value(); {{data?.booksRead | number}}

{{data?.comicsRead | number}}

{{data?.pagesRead | number}}

{{data?.wordsRead | number}}

{{data?.authorsRead | number}}

{{data?.reviews | number}}

{{data?.ratings | number}} }