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

NgIterable

描述受支持的可迭代类型的类型。

A type describing supported iterable types.

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