Hi
On click of Edit in a row values are not shown in Modal . Values are returned by API.
We are using Angular17.
onEdit(Id:number)
{
this.empSrv.getEmpById(Id).subscribe((res:any)=>{
this.objEmployee = res.data;
debugger;
this.openModal();
})
}
Thanks
Aswinth G TPosted May 23, 2024, 2:59 AM
Please ensure that your angular.json file contains the correct paths for Bootstrap in the styles and scripts sections.