Skip to content

Instantly share code, notes, and snippets.

@CodingWithTashi
Created February 22, 2020 07:09
Show Gist options
  • Save CodingWithTashi/52106797ef99e8947c3891e67c02bfe0 to your computer and use it in GitHub Desktop.
Save CodingWithTashi/52106797ef99e8947c3891e67c02bfe0 to your computer and use it in GitHub Desktop.
<div>
<mat-paginator [length]="100"
[pageSize]="10"
[pageSizeOptions]="[5, 10, 25, 100]">
</mat-paginator>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment