@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<T, U extends NgIterable<T> = NgIterable<T>> implements DoCheck {}  
Jump to details