Angular state management NgRx | Live Session

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Angular state management NgRx from scratch with step by step.
    This is recording of Live session with RUclips subscribers where we have implemented ngrx with creating store to store Counter.
    To Connect with me & get Notification of Live Session Join
    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
  • НаукаНаука

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

  • @AnkitPandey-no9eg
    @AnkitPandey-no9eg 28 дней назад +1

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

  • @AjayKumar-fe1yw
    @AjayKumar-fe1yw 26 дней назад

    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

  • @AsadullahChandio-f7f
    @AsadullahChandio-f7f 2 месяца назад +1

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

  • @msdofficial4302
    @msdofficial4302 Месяц назад

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

  • @saurabhpatel6933
    @saurabhpatel6933 2 месяца назад +4

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

  • @emanmohamedsalah4305
    @emanmohamedsalah4305 Месяц назад

    Thank you for making the learning process so engaging and informative

  • @pranoti8974
    @pranoti8974 2 месяца назад +1

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

  • @kolluruprakash
    @kolluruprakash 2 месяца назад +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.

  • @manav-ut1bd
    @manav-ut1bd 2 месяца назад

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

  • @adekolaadelana2384
    @adekolaadelana2384 2 месяца назад

    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 2 месяца назад

    Great sir... was waiting for this

  • @OCEMTechZone
    @OCEMTechZone 2 месяца назад

    🎉 great

  • @akankshaasutkar4305
    @akankshaasutkar4305 2 месяца назад

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

  • @ladoskirasoi
    @ladoskirasoi 2 месяца назад

    great

  • @vilaskiran266
    @vilaskiran266 2 месяца назад

    Thanks sir pls.do cover all.adv topics

  • @sanketpatil4771
    @sanketpatil4771 2 месяца назад

    Cool.Thank You

  • @sana-jf7sx
    @sana-jf7sx 2 месяца назад

    thanks sir pls do cover microfrontend as well

  • @JavaExperiencedInterview
    @JavaExperiencedInterview 8 дней назад

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

  • @Maradonathelegend
    @Maradonathelegend 19 дней назад

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

  • @YuvrajSingh-wk9ph
    @YuvrajSingh-wk9ph 2 месяца назад

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

  • @vilaskiran266
    @vilaskiran266 2 месяца назад +1

    Pls do push code

  • @viewlifeandliving
    @viewlifeandliving 2 месяца назад

    use debounce to avoid duplicate API calls

    • @MAli-uz1sh
      @MAli-uz1sh Месяц назад

      could you please share how to avoid duplicate api calls

  • @AsadullahChandio-f7f
    @AsadullahChandio-f7f 2 месяца назад

    Sir How to attend to your sessions ?

  • @kolluruprakash
    @kolluruprakash 2 месяца назад

    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 2 месяца назад

  • @Maradonathelegend
    @Maradonathelegend 19 дней назад

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