Skip to content

Commit b112d35

Browse files
devversionmmalerba
authored andcommitted
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). (cherry picked from commit 4531748)
1 parent 9538571 commit b112d35

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)