Skip to content

Instantly share code, notes, and snippets.

@re4388
Created July 25, 2020 02:43
Show Gist options
  • Select an option

  • Save re4388/d1671dbdb86f0f78348e4e4b647db506 to your computer and use it in GitHub Desktop.

Select an option

Save re4388/d1671dbdb86f0f78348e4e4b647db506 to your computer and use it in GitHub Desktop.
html-component
<mat-paginator #paginator
[length]="totalCount"
[pageIndex]="0"
[pageSize]="10"
[pageSizeOptions]="[5, 10, 15]">
</mat-paginator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment