angular / 5 / api / core / ngiterable.html

NgIterable

type-alias

type NgIterable<T> = Array<T> | Iterable<T>;

Description

A type describing supported iterable types.

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/NgIterable