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.
API
Description
Usage Notes
class NgForOf<T, U extends NgIterable<T>> implements DoCheck {}
Jump to details