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

PUT review

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

PUT Review

Nice job on learning about PUT and implementing it in your own application. PUT is what allows us to update existing items in our database. This fulfils the Update portion of CRUD.

Next up, we will be implenting our last Http method DELETE.