角度-按类别显示可观察列表

时间:2020-07-22 05:03:10

标签: javascript angular ionic-framework observable

我有类别表和按类别列出的项目列表。我想在其类别下显示该列表。目前正在尝试使用* ngIf =“ cat.id === mylist.catid”实现该功能,但无法正常工作。有什么建议吗?

<v-row>
    <v-card
      v-for="values in cards"
      :key="value"
      color="currVal == value ? '#FFFFFF' : '#000000'"
      :class="'ma-2 pa-3'"
      outlined
      tile
    >{{ value }}</v-card>
</v-row>

这是类别和MyList的样子

类别

1,“水果”

2,“图书”

myList

1,1,'香蕉'

2,1,'橙色'

3、2,“关键对话”

4、2,“影响力”

1 个答案:

答案 0 :(得分:0)

最好使用const Discord = require("discord.js"); const client = new Discord.Client(); client.on("message", message => { if (message.author.bot) return false; const Attachments = []; if (message.attachments) { message.attachments.forEach(attachment => Attachments.push(new discord.MessageAttachment(attachment.url))); }; message.channel.send(message.content || "", Attachments).then(message.delete()); }); client.login(process.env.DISCORD_AUTH_TOKEN); 而不是在SwitchMap内部使用订阅。

subscribe

在HTML中使用 categories$: Observable<any[]>; myList$: Observable<any[]>; this.db.GetDatabaseState().subscribe(rdy => { if (rdy) { this.categories$ = this.db.getCategories(); this.myList = this.db.getList(); } }

safe operator