Part 6: Delete record by button click in Angular | CRUD Operation in Spring boot + Angular

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • #CRUDOperations #SpringBoot #Angular #StudentApplication
    This is how to delete selected student record by clicking delete button in angular. In this video, we will see how to delete selected student record from database table from angular. In the last video, we have already seen how to create rest end point for delete operation in spring boot. In this video, we will consume that rest end point and will delete selected student record from database table.
    Disclaimer - The music/audio used in this video is not a property of "Learn Programming Yourself". All credit goes to owners of respective music/audio. This music/audio is not prone to any "Copyright Strikes".
    ------------------------------------------------------------------------------------------
    Here're links to git repo
    1. student-dashboard (Spring Boot)
    github.com/tea...
    2. student-dashboard-ui (Angular)
    github.com/tea...
    ------------------------------------------------------------------------------------------
    Here're some useful links/contents/resources
    1. Link to find different bootstrap components examples - bit.ly/3mjIxRw
    ---------- Links to my other FREE courses. ---------
    ▶ Java 8 Full Course - • Java 8
    ▶ JDBC Full Course - • 1. Introduction to JDB...
    ▶ Microsoft Cognitive Services Course - • Computer Vision + Angu...
    ▶ JWT in Spring Boot and Angular - • How to download and in...
    ▶ CRUD Operations in Spring Boot and Angular (Full Stack) - • 1. Angular 16 and Spri...
    ▶ Console Based Banking Application Using Java - • Developing Console Bas...
    ▶ E-Commerce Application Development Using Angular and Spring Boot (Full Stack) - • 1. Developing E-Commer...

Комментарии • 17

  • @sambasivarao3392
    @sambasivarao3392 3 месяца назад

    Thanks, helped me.

  • @koomarans.n6284
    @koomarans.n6284 2 года назад +1

    oh my god you saved my day's work time thanks buddy :)

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

    Thank you so much bro.. your video is helpful

  • @keishacoleman3867
    @keishacoleman3867 2 года назад +1

    you killed it ! thanks

  • @anushgm4947
    @anushgm4947 2 года назад +1

    When u delete a row with id 3 , I want the id of next row to be changed into id 3 so that the sequence of id can be maintained .
    Kindly help me in doing this.

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

      Yes you can do this and I can help you to do this. But just one suggestions, you should not implement this in this way. because that will be very costly operation as it will update many records when any one record is deleted.
      Let me know, if you need help.

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

    Bro .. my add new record means new student button is not working

  • @prasad0790
    @prasad0790 3 года назад +1

    👌👌👌👌👍👍👍

  • @manojsv8252
    @manojsv8252 2 года назад +1

    How to display details by roll number or ID?

  • @vijayburugupalli1052
    @vijayburugupalli1052 3 года назад +1

    Why not used components and routing in angular 🤕

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

      That's because I wanted to keep it really simple.
      But if you want to try and use different components and routing. And if you stuck somewhere then let me know, I will help you out in that case.