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

Поделиться
HTML-код
  • Опубликовано: 16 сен 2024
  • 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 Год назад +2

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

  • @bishalkhatick6118
    @bishalkhatick6118 Год назад +1

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

  • @abdulaziz7013
    @abdulaziz7013 2 года назад

    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!

  • @mehulpateld
    @mehulpateld 11 месяцев назад

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

  • @jarodniolapizfalcone7024
    @jarodniolapizfalcone7024 Год назад +1

    how to not refresh

  • @abdulaziz7013
    @abdulaziz7013 2 года назад

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

    • @procademy
      @procademy  2 года назад +3

      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

  • @johnramirez3247
    @johnramirez3247 Год назад

    How not to refresh please?