Back to Kavita

Carousel Reel.Component

UI/Web/src/app/carousel/_components/carousel-reel/carousel-reel.component.html

0.9.0465 B
Original Source

@if (alwaysShow || items && items.length > 0) {

@if (actionables.length > 0) { }

@if (titleLink !== '') { {{title}} } @else { {{title}} } @if (iconClasses !== '') { }

@if (swiper) { {{t('prev-items')}}= (totalPages()))" (click)="nextPage()">{{t('next-items')}} } @if (items.length > 0) { @for(item of items; track item; let i = $index;) { } @empty { @if (alwaysShow) { } } } @else if (noDataTemplate(); as noData) { } }