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.
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
My Life is going on right direction when I found you.
@@AsadullahChandio-f7f nice to hear
Thank you for making Angular so much easier to understand. This video was extremely helpful.
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
I've learned more from your channel than I ever thought possible.Thank you for sharing your knowledge
This video is very helpful ❤. Thank you so much.
@@namanjain2449 welcome
Thank you for making the learning process so engaging and informative
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
Great sir... was waiting for this
thanks sir for doing this with explanation it makes easy to understand easy
Hi Sir, can you please make video for rxjs/operators, promises, subjects, observables...
good one sir. do post next part with with api data storing in store
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.
🎉 great
thanks for doing it. please do cover same in a project also
Cool.Thank You
Thanks sir pls.do cover all.adv topics
thanks sir pls do cover microfrontend as well
great
sir please make a video in angular 18 how to ad storeModule
What is there in app module.Does I have to writ
sir where i can find this video notes of your notepad like steps to follow
Pls do push code
sir api se ngrx ek complete project banaiye login ke sath with role
use debounce to avoid duplicate API calls
could you please share how to avoid duplicate api calls
Sir How to attend to your sessions ?
Check description
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
What is there in app module.Does I have to writ