Skip to content

Instantly share code, notes, and snippets.

@danielkuhlwein
Last active December 28, 2018 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkuhlwein/d2654cd1cb5f6393998fa89a0a8fcd1d to your computer and use it in GitHub Desktop.
Save danielkuhlwein/d2654cd1cb5f6393998fa89a0a8fcd1d to your computer and use it in GitHub Desktop.
Paginator
<mat-paginator
[length]="101"
[pageSize]="50"
[pageSizeOptions]="[5, 10, 25, 50, 100]"
showFirstLastButtons="true">
</mat-paginator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment