Premium
Angular Filterable / Searchable User List
Challenge summary
Derive results in the template or a getter, and show an empty state when no matches exist. Angular focus: derive filtered lists in a getter or a pure pipe.
What you'll practice
- Use a standalone Angular component as the root component.
- Define a fixed in-memory list of users (name, role, active flag).
- Render a search input that filters by name (case-insensitive).
- Render a role dropdown (e.g. All, Admin, Editor, Viewer) that filters by role.
- Render a checkbox that, when checked, shows only active users.
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.