Search⌘ K

Exercise: The Built-in `NgFor` Directive

Explore how to implement the NgFor directive to display user lists dynamically in Angular. Learn to enable row highlighting, apply alternating row colors, and use trackBy for performance improvements. This exercise helps you practice practical techniques to enhance list rendering and interaction in Angular projects.

We'll cover the following...

Objectives

In this task, we’ll display users like we did in the previous lesson ...