typescript 对于模板中的每个循环

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 对于模板中的每个循环相关的知识,希望对你有一定的参考价值。

<div *ngFor="let user of users">
  <p>{{ user.id }}{{ user.name }}</p>
</div>
      
will loop through an array of users:
      
users = [
  {   id : 1,   name : 'Sean'  },
  {   id : 2,   name : 'Joe'  },
  {   id : 3,   name : 'Nick'  },
]

以上是关于typescript 对于模板中的每个循环的主要内容,如果未能解决你的问题,请参考以下文章

typescript 对于循环

Django模板ifequal标签

无法从 Typescript 类中的角度指令加载模板(404)

Kendo UI 循环遍历 ListView 模板中 Json 中的集合

VueJS中的For循环与对象数组中的TypeScript

模板中的GAE“每个”?