Skip to content

Commit 4531748

Browse files
authored
docs: improve paginator-intl example (#22988)
We recently added a new example for paginator with internationalization. For testing, the paginator has been set to `length = 0`. The example paginator should have some items so that the various labels can be seen in the paginator (currently there are no pages to iterate through).
1 parent 92d27a8 commit 4531748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<mat-paginator [length]="0" [pageSizeOptions]="[10, 50, 100]">
1+
<mat-paginator [length]="200" [pageSizeOptions]="[10, 50, 100]">
22
</mat-paginator>

0 commit comments

Comments
 (0)