API > @angular/core mode_edit code NgIterable type-alias A type describing supported iterable types. type NgIterable<T> = Array<T> | Iterable<T>; type NgIterable<T> = Array<T> | Iterable<T>;