angular / 4.4.6 / api / core / ngiterable.html /

NgIterable

type-alias

npm Package @angular/core
Module import { NgIterable } from '@angular/core';
Source core/src/change_detection/differs/iterable_differs.ts
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