API > @angular/coremode_edit codeNgIterablelinktype-aliasA type describing supported iterable types.type NgIterable<T> = Array<T> | Iterable<T>; type NgIterable<T> = Array<T> | Iterable<T>;