Angular
Building a CRUD Application with Angular & ASP.Net Core - Services in Angular DELETE

Backend flow for DELETE

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Backend flow for DELETE

We just looked at what happens in our backend when a DELETE request is made. Our request is handled in our controller and as long as the item exists it will remove it from our database.

We'll take a look at error handling later in the course to handle cases where our responses are not OK.

 

I finished! On to the next chapter