pagenation.component.html 135 B

12345678
  1. <mat-paginator
  2. [length]="100"
  3. [pageSize]="10"
  4. [pageSizeOptions]="[5, 10, 25, 100]"
  5. aria-label="Select page"
  6. >
  7. </mat-paginator>