**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
4天前关闭。
Improve this question
我想在网上商店中按类别进行过滤。我被Mosh的教程卡住了,因为我在浏览器或命令提示符中没有错误消息,但没有任何过滤或甚至显示。我使用Angular 15
它可以queryParamMap
类别,但不能过滤显示对象:
products.component.ts
:
我想这里的问题是不能读取object:
products.component.html
:
2条答案
按热度按时间z31licg01#
MDN Array.prototype.filter()
Array.prototype.filter()
返回数组。未更改。所以你能做到
7cwmlq892#
console.log filterProductec is nothing