ngFor is showing the wrong data

后端 未结 0 675
旧时难觅i
旧时难觅i 2020-12-25 08:45

I am using firebase as the database.

this.checkouts = data.map(e => {
return {
id: e.payload.doc.id,
product_name: e.payload.doc.data()[\'product_name\'],
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题