Premium
Angular Paginated Data Table
Challenge summary
Build a simple paginated data table in Angular that shows a static list of users. Display 5 rows per page, with Previous / Next controls and a "Page X of Y" indicator.
What you'll practice
- Use a standalone Angular component as the root component.
- Render a static list (20–30 items) of users in a table (id, name, email, role).
- Show 5 rows per page.
- Display the current page and total pages (e.g. "Page 2 of 5").
- Disable the "Previous" button on the first page.
What Premium unlocks
Premium unlocks the runnable workspace, behavioral checks, implementation walkthrough, and edge-case discussion.
Free related practice
Upgrade to FrontendAtlas Premium to unlock this challenge. Already upgraded? Sign in to continue.