angular / 4 / api / core / ngiterable.html

NgIterable

type-alias

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

Description

A type describing supported iterable types.

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