Examples
Copy-pasteable headless pagination examples with separate Angular, HTML, and CSS files.
Controlled pagination
Bind page index to app state when data fetching or sibling UI depends on the current page.
Controlled pagination (Plain CSS)
Controlled pagination (Tailwind CSS)
Server mode
Use server mode when the API decides whether more results exist after the current response.