Deleting Data with HTTP Delete Request | Angular HTTP | Angular 12+

In this lecture you will learn how to send a delete request to the server from the angular application to delete data from database.

Пікірлер: 9

  • @thatChillLife2037
    @thatChillLife2037 Жыл бұрын

    you are so great at explaing things! I am quite grateful for the consistency of your videos

  • @bishalkhatick6118
    @bishalkhatick6118 Жыл бұрын

    you just saved my day today, this delete item by index were haunting my from last 3 days, thanks a lot

  • @abdulaziz7013
    @abdulaziz70132 жыл бұрын

    Awesome

  • @ildaryakupov903
    @ildaryakupov903 Жыл бұрын

    Dear sir, in this code how are the IDs matched between array in your project and long id on the server? Is it because of using map function when pulling the data in the pipe? Thank you!

  • @jarodniolapizfalcone7024
    @jarodniolapizfalcone7024 Жыл бұрын

    how to not refresh

  • @mehulpateld
    @mehulpateld10 ай бұрын

    Please create a small project so that we can go ahead based on that

  • @johnramirez3247
    @johnramirez3247 Жыл бұрын

    How not to refresh please?

  • @abdulaziz7013
    @abdulaziz70132 жыл бұрын

    Sir, can we use any datebase technologies for real time? Such as? Mysql? Oracle Mongo?

  • @procademy

    @procademy

    2 жыл бұрын

    Yes off course you can. But in that case, you will have to write APIs from scrach if it is not already there. Usually that's what we do in real world projects. Here, I simply wanted to show how to work with backend in Angular without worrying about creating APIs and Databases