Angular state management NgRx | Live Session

Sdílet
Vložit
  • čas přidán 4. 09. 2024
  • Angular state management NgRx from scratch with step by step.
    This is recording of Live session with CZcams subscribers where we have implemented ngrx with creating store to store Counter.
    To Join Live Sessions Like this Please Join below
    chat.whatsapp....
    NgRx setup Angular tutorial | NgRx Angular state management | NgRx beginners guide Angular | Angular NgRx store setup | NgRx tutorial Angular 2024 | How to use NgRx in Angular | Angular state management NgRx tutorial
    Angular 18 | angular 17
    Angular Interview Question
    voidchetan.git...
    Learn From me
    angularacademy.in
    You can find Html Template Code on GitHub
    github.com/voi...
    Visit Our Mini Project Ideas Portal where you can find So many project
    ideas you can try to implement
    miniprojectide...
    Follow & Connect me on LinkedIn
    / chetan-jogi-a87148ba
    #angularngrx
    #ngrx
    #angular18

Komentáře • 23

  • @msdofficial4302
    @msdofficial4302 Před 8 dny

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

  • @emanmohamedsalah4305
    @emanmohamedsalah4305 Před 11 dny

    Thank you for making the learning process so engaging and informative

  • @saurabhpatel6933
    @saurabhpatel6933 Před měsícem +4

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

  • @kolluruprakash
    @kolluruprakash Před měsícem +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.

  • @pranoti8974
    @pranoti8974 Před měsícem +1

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

  • @adekolaadelana2384
    @adekolaadelana2384 Před měsícem

    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

  • @user-gu5pf5zh6m
    @user-gu5pf5zh6m Před měsícem

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

  • @manav-ut1bd
    @manav-ut1bd Před měsícem

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

  • @sanket6543
    @sanket6543 Před měsícem

    Great sir... was waiting for this

  • @akankshaasutkar4305
    @akankshaasutkar4305 Před měsícem

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

  • @OCEMTechZone
    @OCEMTechZone Před měsícem

    🎉 great

  • @sana-jf7sx
    @sana-jf7sx Před měsícem

    thanks sir pls do cover microfrontend as well

  • @vilaskiran266
    @vilaskiran266 Před měsícem

    Thanks sir pls.do cover all.adv topics

  • @sanketpatil4771
    @sanketpatil4771 Před měsícem

    Cool.Thank You

  • @ladoskirasoi
    @ladoskirasoi Před měsícem

    great

  • @YuvrajSingh-wk9ph
    @YuvrajSingh-wk9ph Před měsícem

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

  • @viewlifeandliving
    @viewlifeandliving Před měsícem

    use debounce to avoid duplicate API calls

    • @MAli-uz1sh
      @MAli-uz1sh Před 8 dny

      could you please share how to avoid duplicate api calls

  • @vilaskiran266
    @vilaskiran266 Před měsícem

    Pls do push code

  • @user-gu5pf5zh6m
    @user-gu5pf5zh6m Před měsícem

    Sir How to attend to your sessions ?

  • @kolluruprakash
    @kolluruprakash Před měsícem

    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 Před měsícem