Basic paginations
Customization
The pagination component is fully customizable, from the page numbers to the arrows.
Pagination with hrefs
The example shows the pagination component with hrefs provided for each page element.
The hrefs customization is based on pageLink input. This receives a custom function which computes the href using the received page
number and the location hash. On the pageChange output event, the location hash is updated with the href of the current page element.
This strategy permits navigations in current browser tab, and opening a page in new tabs using the customized href.