Use NgRx with Standalone Components in Angular 15

preview_player
Показать описание
To enhance your Angular development workflow by combining the power of Standalone Components and NgRx. Standalone components provide a flexible and modular approach to building UI, while NgRx helps manage state in a scalable and maintainable way. By using these two technologies together, you can create dynamic user interfaces while keeping your code clean and organized. In this tutorial, we will cover how to set up a project, create standalone components, and integrate NgRx for state management. Whether you're a beginner or an experienced Angular developer, this video is for you. So, get ready to optimize your Angular apps and simplify state management with Standalone Components and NgRx!
#standalone #angular #ngrx

Playlists:

Some More

Equipment used for Video (India links):

Thanks for watching...
Рекомендации по теме
Комментарии
Автор

Pls help me in this please 🥺1. ngrx/store: The feature name "data" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using Storemodule.forRoot('data', ...) or Storemodule, forfeature("data", ...). If the default state is intended to as is the case with router state, this development-only warning message can be ignored.

Angular is running in development mode.

2.ERROR TypeError: Cannot read properties of undefined (reading 'data') at users.selectors.ts:8:29

at ogrx-store.mis:900:24

home.compone

at nemoized (perx-store.mis:776:33) at defaultStaten (ngrx-store.mis: 804:39)

at Derx-store.mix:903:30

at memoized (Darx-store.mis:776:33) at nerx-store mis: 683:44

at OperatorSubscriber2. this. next (Operator Subscriber.is:15:21)

at Subscriber2.next (Subscriber.is:34:18

vaishnavimhamane
Автор

waiting for this topic !! Thank you .

Share a video about how persist state when browser gets refreshed in NGRX

karthikeyan
Автор

1. ngrx/store: The feature name "data" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using Storemodule.forRoot('data', ...) or Storemodule, forfeature("data", ...). If the default state is intended to as is the case with router state, this development-only warning message can be ignored.

Angular is running in development mode.

2.ERROR TypeError: Cannot read properties of undefined (reading 'data') at users.selectors.ts:8:29

at ogrx-store.mis:900:24

home.compone

at nemoized (perx-store.mis:776:33) at defaultStaten (ngrx-store.mis: 804:39)

at Derx-store.mix:903:30

at memoized (Darx-store.mis:776:33) at nerx-store mis: 683:44

at OperatorSubscriber2. this. next (Operator Subscriber.is:15:21)

at Subscriber2.next (Subscriber.is:34:18 please help me I am getting this error

vaishnavimhamane
Автор

Ia it possible to work with redux toolkit in ngrx?

viralmoney
Автор

Thank youu !
Waiting for NGXS playlist hope it will be soon 😊

ahmedaouiche
Автор

is there a reason why you don't use ngrx/schematics? I don't see the whole video content because you've shown code about user.reducer & user.action without showing how to create those files using ng command...

zobidafly