Skip to main content

One doc tagged with "ngFor"

View All Tags

ngFor

ngFor is a built-in structural directive in Angular that is used to loop over a collection of items and create a template for each item in the list. It's commonly used to display dynamic data in the form of lists or tables in Angular applications.