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
Rajendra TaradalePosted Jun 5, 2024, 5:32 AM
Check the URL this.htp and log the response body to understand the response format