I don\'t know what I\'m doing wrong but somehow i\'m not able to read data, though the data is coming from server in response and even the data is getting showed inside serv
listByEmpId(empId:string){ this.adminService.getAllocatedAssets(empId).subscribe( res => { this.allocatedAssetsList = res; console.log(this.allocatedAssetsList); }, error => this.errorMessage = error); }