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–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/NgIterable