@angular/common

NgFor

directive

A structural directive that renders a template for each item in a collection. The directive is placed on an element, which becomes the parent of the cloned templates.

class NgFor {
}
Jump to details