ngFor Directive in Angular | Directives | Angular 12+

Опубликовано: 19 Январь 2022
на канале: procademy
43,626
480

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.