• Overview
@angular/core

NgIterable

Type Alias
stable

A type describing supported iterable types.

API

    
      type NgIterable<T> = Array<T> | Iterable<T>
    
    
Jump to details