gpt4 book ai didi

angular - (*ngFor ="let hero of heroes$ | async") 中 $ 的含义是什么

转载 作者:行者123 更新时间:2023-12-02 12:04:32 25 4
gpt4 key购买 nike

<div id="search-component">
<h4>Hero Search</h4>

<input #search Box id="searchbox"
( keyup )="search( searchBox.value)" />

<ul class="search-result">
<li *ng For="let hero of heroes$ | a sync" >
<a router Link="/detail/{{hero.id}}">
{{hero.name}}
</a>
</li>
</ul>
</div>
  • 这段代码中$的含义是什么?
  • $ 与 ngFor 标签有什么用?

最佳答案

heroes$ 只是变量的名称。

当变量的类型是Observable时,这只是一个惯例,在变量命名时在末尾添加美元符号。

关于angular - (*ngFor ="let hero of heroes$ | async") 中 $ 的含义是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48804398/

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