@for (item of row; track trackFn(item) + cardHeight) { } @for (blankItem of [].constructor(cardsInRow - row.length); track blankItem) {
}
@if (showLoadMoreButton && (itemRows$ | async)?.length) {
}