@angular/common

NgForOf

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