Angular CRUD Reactive forms with real-time WEB API | Angular 13 | Learn Smart Coding

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

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

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

    Great bro! Teach us Angular from Beginning.

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

      Thank you. I already published Angular beginner tutorial. Checkout this link. Also, brand new Angular full course is on the way!
      ruclips.net/video/fOIPdAYUsk0/видео.html

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

    Great! Thanks Sir.

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

    thanks you so much, this is what i was looking for

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

      Glad I could help!
      I have published latest video in Reactive Forms and you will like it, please check this video out (New Shopping app)
      ruclips.net/video/5vnWjjKpPW8/видео.html

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

    hey, I followed every step of yours in my code. In my UI I am not getting the CSS that you get when the toast pops up and also my form is getting validated but the validation message is not displaying. What could be the mistake? Could you please help me with this?

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

      Hi Sid, Thanks for reaching out to me.
      1. for toast pop up, you might have install package but did not specify the css url in angular.json. Refer line number 31
      github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/angular.json.
      2. for validate message, you might have missed the component that shows such message. line number 10 to 12 should be used correctly.
      github.com/learnsmartcoding/angular-for-beginners/blob/feature/CURD-Operations-Examples/src/app/admin/create-cuisine/create-cuisine.component.html
      Please let me know if this answers your question.
      Please refer recent videos for Angular. It will be helpful as I have explained in details and properly.
      ruclips.net/video/5vnWjjKpPW8/видео.html
      ruclips.net/video/gbtlCsznXBU/видео.html
      source code: github.com/learnsmartcoding/angular-beginners-course-shopping-app

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

      @@learnsmartcoding Hello, Thanks for the reply.
      My first issue got resolved my CSS path was redirecting wrongly.
      My second issue still persists, I changed the code but still facing the same issue the message is not coming also the error indication in the text box does not appear but getting the error toast. I checked the label component in that 'control?.errors.invalid' is showing error also 'invalid: true, message: control?.errors?.message' to rectify this VS shows 'Use element access for invalid'. What could be the reason?

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

      I suggest you push your local code to a feature branch in my repo and I can take a look and pin point the issue. Plz let me know if that works for you.

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

    Hello, where can i get the code for the backend?

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

      Hi Coffy Gee, Here you go. github.com/learnsmartcoding/dotnetcore-restaurant-api

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

    Bro waiting next video

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

      Coming soon with brand new complete tutorial. New shopping website!

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

    Please help with the code for the backend

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

      Hi Coffy Gee, Here you go. github.com/learnsmartcoding/dotnetcore-restaurant-api