CustomMessagesComponent
Represents the Kendo UI Pager custom messages component for Angular. Use this component to override default component messages (see example).
<kendo-pager [skip]="skip" [pageSize]="pageSize" [total]="total">
  <kendo-pager-messages
    previousNext="Previous/Next"
    page="Page"
    of="of">
  </kendo-pager-messages>
</kendo-pager>
Selector
kendo-datapager-messages, kendo-pager-messages
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
ariaLabel | 
 | 
 The label of the pager. Follows the pattern Page navigation, page {currentPage} of {totalPages} by default. Тhe default label text when the current page is 1, and the total number of pages is 10 will be Page navigation, page 1 of 10. The message consists of several parts - the current page number, the total number of pages, and a localizable string.
To allow for reordering its parts, the   | |
firstPage | 
 | 
 The label for the First page button.  | |
inputLabel | 
 | 
 The text of the aria-label attribute applied to the input element for entering the page number."  | |
items | 
 | 
 The label after the total-page number.  | |
itemsPerPage | 
 | 
 The label displayed after the page-size selector.  | |
lastPage | 
 | 
 The label for the Last page button.  | |
nextPage | 
 | 
 The label for the Next page button.  | |
of | 
 | 
 The label before the total-page number.  | |
page | 
 | 
 The label displayed before the pager input.  | |
pageNumberInputTitle | 
 | 
 The title attribute of the page number input element.  | |
previousPage | 
 | 
 The label for the Previous page button.  | |
selectPage | 
 | 
 The text of the title and aria-label attributes applied to the page chooser.  |