Relative Content

Tag Archive for angularspring-boot

can’t update and delete employee because id field is undefined

Created application in spring boot as backend and angular as frontend , data is properly getting from API checked in Postman API plateform(perform all CRUD properly on POSTMAN Plateform) ,In Angular data fetched except id, employee is created properly through angular,but can’t perform operation of Update and delete , as it gives console error “Id is UNDEFINED”
enter image description here
enter image description here

can’t update and delete employee because id field is undefined

Created application in spring boot as backend and angular as frontend , data is properly getting from API checked in Postman API plateform(perform all CRUD properly on POSTMAN Plateform) ,In Angular data fetched except id, employee is created properly through angular,but can’t perform operation of Update and delete , as it gives console error “Id is UNDEFINED”
enter image description here
enter image description here