Get length of array in ngFor after pipes transformation

前端 未结 4 2146
走了就别回头了
走了就别回头了 2021-02-19 10:57

I have the following template:

4条回答
  •  春和景丽
    2021-02-19 11:35

    Here is the length of my ngFor : {{result.length}}

    See also https://angular.io/api/common/NgForOf

提交回复
热议问题