Created
February 22, 2020 07:09
-
-
Save CodingWithTashi/52106797ef99e8947c3891e67c02bfe0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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