A type describing supported iterable types.
API
type NgIterable<T> = Array<T> | Iterable<T>
A type describing supported iterable types.
type NgIterable<T> = Array<T> | Iterable<T>
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/core/NgIterable