We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142aa87 commit 7bf7082Copy full SHA for 7bf7082
src/lib/paginator/paginator-intl.ts
@@ -23,6 +23,7 @@ export class MdPaginatorIntl {
23
/** A label for the button that decrements the current page. */
24
previousPageLabel = 'Previous page';
25
26
+ /** A label for the range of items within the current page and the length of the whole list. */
27
getRangeLabel(currentPage: number, pageSize: number, listLength: number) {
28
if (listLength == 0 || pageSize == 0) { return `0 of ${listLength}`; }
29
0 commit comments