Headless pagination API
tngPagination coordinates page state, page count, disabled state, and change events for your custom controls.
pageIndex/pageSizecreate controlled pagination.defaultPageIndex/defaultPageSizecreate uncontrolled pagination.mode="server"keeps forward movement open for paged API responses.
Page size select
Apply select[tngPaginationPageSize] to a native select. The directive reads the selected value and calls setPageSize() on the pagination root.