Help Angular by taking a 1 minute survey!Go to surveyHome

NgIterable

A type describing supported iterable types.

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