In this lecture you will learn about ngFor directive. ngFor a is built-in directive of angular which is used to loop over an itterable and for each itteration, it adds an HTML template in the webpage.
The ngFor is a structural directive because it manipulates the DOM by adding or removing elements from the DOM. Let's learn about ngFor directive with practicle examples.