@angular/core

NgIterable

Type Alias

A type describing supported iterable types.

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