mode_edit codeAPI / @angular/coreNgIterablelinktype-alias 稳定A type describing supported iterable types.type NgIterable<T> = Array<T> | Iterable<T>;