@if (hasSelection) { }
Filter By:
@if ((total$ | async)! > 0) { @for (seller of sellers$ | async; track $index) { } } @else { }
Seller Products Orders Rating Location Balance Rank Report
{{ seller.name }}

Since {{ seller.sinceYear }}

{{ seller.products | number }} {{ seller.orders | number }} ({{ seller.rating }}) {{ seller.location }} {{ currency }}{{ seller.balance }}k {{ seller.id }}{{ seller.id === 1 ? 'st' : seller.id === 2 ? 'nd' : seller.id === 3 ? 'rd' : 'th' }}
Nothing found.