填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

NgIterable

A type describing supported iterable types.

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