Angular state management NgRx | Live Session

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 32

  • @AsadullahChandio-f7f
    @AsadullahChandio-f7f 5 หลายเดือนก่อน +5

    My Life is going on right direction when I found you.

  • @AnkitPandey-no9eg
    @AnkitPandey-no9eg 3 หลายเดือนก่อน +1

    Thank you for making Angular so much easier to understand. This video was extremely helpful.

  • @AjayKumar-fe1yw
    @AjayKumar-fe1yw 3 หลายเดือนก่อน

    Thanks for the explanation on using NgRx with Angular! I’ve been hesitant to dive into state management, but you made it seem much more approachable

  • @msdofficial4302
    @msdofficial4302 4 หลายเดือนก่อน

    I've learned more from your channel than I ever thought possible.Thank you for sharing your knowledge

  • @namanjain2449
    @namanjain2449 2 หลายเดือนก่อน +1

    This video is very helpful ❤. Thank you so much.

  • @emanmohamedsalah4305
    @emanmohamedsalah4305 4 หลายเดือนก่อน

    Thank you for making the learning process so engaging and informative

  • @adekolaadelana2384
    @adekolaadelana2384 5 หลายเดือนก่อน

    Wow!!1
    To believe i dropped a request for NGRX video 4days ago and I'm getting it now. I'm impressed. Thank you for making this video

  • @sanket6543
    @sanket6543 5 หลายเดือนก่อน

    Great sir... was waiting for this

  • @manav-ut1bd
    @manav-ut1bd 5 หลายเดือนก่อน

    thanks sir for doing this with explanation it makes easy to understand easy

  • @saurabhpatel6933
    @saurabhpatel6933 5 หลายเดือนก่อน +4

    Hi Sir, can you please make video for rxjs/operators, promises, subjects, observables...

  • @pranoti8974
    @pranoti8974 5 หลายเดือนก่อน +1

    good one sir. do post next part with with api data storing in store

  • @kolluruprakash
    @kolluruprakash 5 หลายเดือนก่อน +2

    As usual very nice explanation sir. Hats off for your dedication and consistency. One small correction would like to share here, exactly at the time frame 35:00 multiple states inside provideState should not be seperated with comma, instead have to follow 2 times provideState have to define inside providers array in the app.module.ts : provideStore(), provideState('CounterState, counterReducer),
    provideState('loggedUserData', loggedReducer)
    ] otherwise will get errors back.

  • @OCEMTechZone
    @OCEMTechZone 5 หลายเดือนก่อน

    🎉 great

  • @akankshaasutkar4305
    @akankshaasutkar4305 5 หลายเดือนก่อน

    thanks for doing it. please do cover same in a project also

  • @sanketpatil4771
    @sanketpatil4771 5 หลายเดือนก่อน

    Cool.Thank You

  • @vilaskiran266
    @vilaskiran266 5 หลายเดือนก่อน

    Thanks sir pls.do cover all.adv topics

  • @sana-jf7sx
    @sana-jf7sx 5 หลายเดือนก่อน

    thanks sir pls do cover microfrontend as well

  • @ladoskirasoi
    @ladoskirasoi 5 หลายเดือนก่อน

    great

  • @VenkatramanaSandy
    @VenkatramanaSandy หลายเดือนก่อน

    sir please make a video in angular 18 how to ad storeModule

  • @Maradonathelegend
    @Maradonathelegend 3 หลายเดือนก่อน

    What is there in app module.Does I have to writ

  • @Experiencedeveloper
    @Experiencedeveloper 3 หลายเดือนก่อน

    sir where i can find this video notes of your notepad like steps to follow

  • @vilaskiran266
    @vilaskiran266 5 หลายเดือนก่อน +1

    Pls do push code

  • @YuvrajSingh-wk9ph
    @YuvrajSingh-wk9ph 5 หลายเดือนก่อน

    sir api se ngrx ek complete project banaiye login ke sath with role

  • @viewlifeandliving
    @viewlifeandliving 5 หลายเดือนก่อน

    use debounce to avoid duplicate API calls

    • @MAli-uz1sh
      @MAli-uz1sh 4 หลายเดือนก่อน

      could you please share how to avoid duplicate api calls

  • @AsadullahChandio-f7f
    @AsadullahChandio-f7f 5 หลายเดือนก่อน

    Sir How to attend to your sessions ?

  • @kolluruprakash
    @kolluruprakash 5 หลายเดือนก่อน

    And one more thing, as I was followed same steps how configuration done in app.module.ts inside providers array counter value is not initialised with zero. If we spesify the states inside StoreModule.forRoot in such a way like, StoreModule.forRoot( { counterState: counterReducer, loggedUserData: loggedReducer }], providers: [ ], otherwise getting error in browser console like : ' TypeError: Can't read properties of undefined (reading 'count') at counter.selector.ts

  • @sarang_innvovate
    @sarang_innvovate 5 หลายเดือนก่อน

  • @Maradonathelegend
    @Maradonathelegend 3 หลายเดือนก่อน

    What is there in app module.Does I have to writ