Angular - Directives
What does the Angular directive
*ngFor="let item of items" do in a template?*ngFor="let item of items" do in a template?*ngFor directive is used to repeat an HTML element for each item in a list.let item of items means for each element in the list 'items', create a copy of the element with 'item' as the current element.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions