NgRx For Beginners | Step by Step Tutorial | Angular

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 65

  • @VentantoGame
    @VentantoGame Рік тому +1

    Thank you for this video! After watching this and experimenting myself I understood concepts of NgRX

    • @WebTechTalk
      @WebTechTalk  Рік тому

      Nice to hear that you like my NgRx video

  • @chandrasekhar8624
    @chandrasekhar8624 Рік тому +2

    one of the best video in ngrx

  • @videogenix5510
    @videogenix5510 2 місяці тому +1

    what are interview questions , concepts and scenario based question we can expect from the interviewer regarding this topic?

    • @WebTechTalk
      @WebTechTalk  2 місяці тому

      Usually, in this topic the expectation is the understanding on the core concept. If you can explain how NgRx works in high level, that is enough. But going forward you can expect some concepts related to Signals along with this.

  • @techSmith773
    @techSmith773 Місяць тому +2

    hey thanks, good explanation, i would like to connect with you for more advice on career growth as a developer

    • @WebTechTalk
      @WebTechTalk  Місяць тому

      Thank you so much. You can reach me at contact.webtechtalk@gmail.com

  • @rashidanwar101
    @rashidanwar101 Рік тому +1

    This channel deserves a like and subscribe...!!!

  • @Wh---
    @Wh--- Рік тому +2

    SOLID Design Principles in Angular

    • @WebTechTalk
      @WebTechTalk  Рік тому +1

      Sure. I will add this to my list.

  • @crimsonwolf4490
    @crimsonwolf4490 27 днів тому

    You can't really automatically change state with service. You
    need to use rxjs with service. We can't just change some data in service and watch it changes in another compoentn

    • @WebTechTalk
      @WebTechTalk  27 днів тому

      That's right. But why are you pointing that here. Sorry I didn't understand.

    • @crimsonwolf4490
      @crimsonwolf4490 27 днів тому

      @@WebTechTalk Maybe I misunderstood second example with you, using service. It seemed like you just clicked the button(in component A) to increment the length of the card array in service and automatically displayed the updated length of the card array In component A(in this case header).

    • @WebTechTalk
      @WebTechTalk  27 днів тому

      @@crimsonwolf4490 oh ok

  • @nooralfath5341
    @nooralfath5341 7 місяців тому +1

    wow its thanks for the explain its clear and managed flow concepts🔥

  • @sohebshaikh6763
    @sohebshaikh6763 9 місяців тому +1

    Thank a lot for providing such a useful video about NgRX :)

  • @peterpan2687
    @peterpan2687 Рік тому +2

    at 12:00 how is cart count is increasing? Mine is saying Object [object] instead of a number
    We are not maintaining count anymore like we were doing before but how is it still increasing?

    • @WebTechTalk
      @WebTechTalk  Рік тому +1

      In between I have told I am modifying some codes to explain the next concept. At that time, I think I have modified cart to cart.length. You can check my code. It is available in this repo.
      github.com/freelancer-surender/NgRx

    • @peterpan2687
      @peterpan2687 Рік тому

      @@WebTechTalk alright sir
      Thanks a lot

  • @purnimakamble9481
    @purnimakamble9481 Місяць тому +1

    Good explanation thanks 👍

  • @mig151991
    @mig151991 7 місяців тому +1

    amazing tutorial, thanks a lot for your work!

  • @fisnikcanaj8786
    @fisnikcanaj8786 11 місяців тому +1

    The best so far

  • @kevorkyerevanian
    @kevorkyerevanian 8 місяців тому +1

    Great video! Thank you 🙏

  • @devangdarji7963
    @devangdarji7963 Рік тому +1

    you are the best Man.

  • @indolinuxtechgaming7037
    @indolinuxtechgaming7037 Рік тому +1

    Great video
    thank you please make more videos on angular

    • @WebTechTalk
      @WebTechTalk  Рік тому +2

      Sure. More advanced videos coming up. You can expect a video on dependency injection in-depth soon.

    • @indolinuxtechgaming7037
      @indolinuxtechgaming7037 Рік тому

      🤩🤩🤩🤩🤩🤩@@WebTechTalk thank you

  • @hemantbhardvaj
    @hemantbhardvaj 9 місяців тому +1

    Good tutorial, Thank you.

  • @sandeep_gandham
    @sandeep_gandham Рік тому +1

    Sir from long time waiting for this series ❤🔥🤝

    • @WebTechTalk
      @WebTechTalk  Рік тому +2

      I thought of creating as a series. But I felt it would be good if all important concepts are covered in a single video.

    • @sandeep_gandham
      @sandeep_gandham Рік тому +3

      @@WebTechTalk sir if you make videos on project we will get understand sir....eg: ecommerce small project. We stucked here and for interview perspective also we are not able to expalin clearly😇

    • @Sai_ku_ma_r
      @Sai_ku_ma_r Рік тому

      ​@@sandeep_gandhamyup

  • @nouchance
    @nouchance Рік тому +1

    Thank you SIR

  • @chellaack1644
    @chellaack1644 4 місяці тому

    Can you explain me how spinner configured in application

    • @WebTechTalk
      @WebTechTalk  4 місяці тому

      In general, you can get a spinner html and css codes from the internet. And show and hide the spinner using a flag. I have also uploaded a video on how to create a custom spinner with some text. Please see that video.

  • @udayasindhu
    @udayasindhu 9 місяців тому

    18:20 Don't need to add failure case? Or did you just skip it?

    • @WebTechTalk
      @WebTechTalk  9 місяців тому +1

      Sorry for the late reply. I got stuck in the after effects of cyclone. Till Wifi is not up. We can add failure case. Actually I don't want to extend the video, that is why I skipped that. On failure, we can capture that and show a toaster or alert or we can route to a different error page.

  • @Wh---
    @Wh--- Рік тому +1

    Share Github repository link sir

    • @WebTechTalk
      @WebTechTalk  Рік тому +1

      github.com/freelancer-surender/NgRx

  • @matthewkk5087
    @matthewkk5087 11 місяців тому

    and what is RxJS? is it same for sharing data?

    • @WebTechTalk
      @WebTechTalk  11 місяців тому

      No. RxJS is a library used for reactive programming. Soon I will do a series on RxJS.

  • @sreevathsa265
    @sreevathsa265 Рік тому +1

    When is the next ngrx video ?

    • @WebTechTalk
      @WebTechTalk  Рік тому

      If you have any specific topic to be covered on NgRx please suggest.

  • @jayakumar2927
    @jayakumar2927 Рік тому +2

    source code need

    • @WebTechTalk
      @WebTechTalk  Рік тому

      github.com/freelancer-surender/NgRx

  • @ayushpillai333
    @ayushpillai333 Рік тому +1

  • @sivasathvikpaturi209
    @sivasathvikpaturi209 Місяць тому

    Can i get this code?

    • @WebTechTalk
      @WebTechTalk  Місяць тому

      @@sivasathvikpaturi209 yes. github.com/freelancer-surender/NgRx

  • @mallikarjunareddy1878
    @mallikarjunareddy1878 8 місяців тому

    git link?

    • @WebTechTalk
      @WebTechTalk  8 місяців тому

      github.com/freelancer-surender/NgRx

  • @mallikarjunareddy1878
    @mallikarjunareddy1878 8 місяців тому

    git link?

    • @WebTechTalk
      @WebTechTalk  8 місяців тому

      github.com/freelancer-surender/NgRx