Hi
Below code returns 2 records but no Data is shown in table
getallEmployee() { this.htp.get('onlinetestapi.gerasim.in/api/TeamSync/GetAllEmployee').subscribe((result: any)=>{ this.dataSource = new MatTableDataSource(result); debugger; })
Thanks