How to 'show more' rows using *ngFor

后端 未结 3 705
轻奢々
轻奢々 2021-01-14 17:27

I have the following code (simplified in head - not tested)

{{ item.i
3条回答
  •  無奈伤痛
    2021-01-14 17:29

    Use (which will not create any additional nodes) as follows

    {{ item.id }} {{ item.name }}

提交回复
热议问题