The Wayback Machine - https://web.archive.org/web/20250711045338/https://angular.dev/api/core/NgIterable
    • Overview
@angular/core

NgIterable

Type Alias
stable

A type describing supported iterable types.

API

    
      type NgIterable<T> = Array<T> | Iterable<T>
    
    
Jump to details
HTTPS · web.archive.org
← Home