Angular ngFor Directive
The Angular ngFor directive is a structural directive that allows you to loop over a list of items and render them in the template. It is similar to the for loop in JavaScript, but it is optimized for rendering lists in the template.
Using the ngFor ...
mbarkt3sto.hashnode.dev3 min read