gpt4 book ai didi

javascript - Angular 2 : Condition in *ngFor

转载 作者:行者123 更新时间:2023-11-30 12:06:47 26 4
gpt4 key购买 nike

我希望在 HTML 中构建一个元素列表,但基于该列表中的某个属性。

<ul>
<li *ngFor="#record of recordsService.records">
{{record.recordTitle}} -
<strong>{{record.recordArtist}}</strong>
</li>
</ul>

在#record 对象中,有一个 isSingle 属性,它要么是 true 要么是 false。

我想跳过循环中的错误元素,而不必在 DOM 中留下空的 DIV

最佳答案

您可以在数组 recordsService.records 上应用 Pipe 以仅过滤您想要的值。

Pipe 类似于angular1中的filter: https://angular.io/docs/ts/latest/guide/pipes.html

关于javascript - Angular 2 : Condition in *ngFor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34980612/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com