Featured
-
No Featured Found!
Tags
Issue while Fetching Data from Firebase on Mat Table
i'm not able to fetch data from firebase on mat table
from component ts
getAllStudent() {
this.service.getAllStudent().subscribe((data: any)=>{
console.log(data.payload)
this.students = data.map((e: { payload: { doc:...