NgRx For Beginners | Step by Step Tutorial | Angular

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

КОМЕНТАРІ • 71

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

    Till now I have referred many sites, to understand flow of NgRx, This is the best. Thanks alot for grate work!

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

      @@KomalGhugri Thanks a lot 🙏

  • @Skillz_4Killz
    @Skillz_4Killz 5 днів тому +1

    Straight to point and exactly what's needed great videos please keep it coming,
    Please add more content related to Angular 18

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

      Sure. Waiting for Angular 19 to be released.

  • @gowrinath2254
    @gowrinath2254 5 днів тому +1

    Nice explanation, do u help with 1-1sessions please? I am trying to get better in ngrx n rxjs.

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

      I am not providing 1-1 support bro. But I am happy to help you with any doubts here.

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

    one of the best video in ngrx

  • @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

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

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

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

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

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

    The best so far

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

    amazing tutorial, thanks a lot for your work!

  • @kevo777ez
    @kevo777ez 10 місяців тому +1

    Great video! Thank you 🙏

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

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

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

    SOLID Design Principles in Angular

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

      Sure. I will add this to my list.

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

    Good explanation thanks 👍

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

    Good tutorial, Thank you.

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

    you are the best Man.

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

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

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

      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.

  • @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

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

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

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

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

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

    Thank you SIR

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

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

    • @WebTechTalk
      @WebTechTalk  11 місяців тому +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.

  • @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

  • @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

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

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

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

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

  • @chellaack1644
    @chellaack1644 6 місяців тому

    Can you explain me how spinner configured in application

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

      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.

  • @crimsonwolf4490
    @crimsonwolf4490 3 місяці тому

    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  3 місяці тому

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

    • @crimsonwolf4490
      @crimsonwolf4490 3 місяці тому

      @@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  3 місяці тому

      @@crimsonwolf4490 oh ok

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

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

    When is the next ngrx video ?

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

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

  • @sivasathvikpaturi209
    @sivasathvikpaturi209 3 місяці тому

    Can i get this code?

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

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

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

    Share Github repository link sir

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

      github.com/freelancer-surender/NgRx

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

    source code need

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

      github.com/freelancer-surender/NgRx

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

    git link?

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

      github.com/freelancer-surender/NgRx

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

    git link?

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

      github.com/freelancer-surender/NgRx