@for (list of invoices$ | async; track list; let i = $index) { }
INVOICE ID USER NAME CREATE DATE DUE DATE QUANTITY STATUS ACTIONS
{{ i + 1 }} @if (list.status === 'Paid') { } @else if (list.status === 'Unpaid') { } @else if (list.status === 'Cancelled') { }
Showing 1 to {{ service.pageSize }} of 15 entries