multiple feature state dispatching actions while routing
I am facing issue with NGXS in Angular 18 with almost all standalone components. I have applied lazy loading for components. While I am switching from roles page to users page it is dispatching/calling roles actions which is in ngOnInit of the roles component. similarly when switching from users page to roles page same thing is happening.
multiple feature state dispatching actions while routing
I am facing issue with NGXS in Angular 18 with almost all standalone components. I have applied lazy loading for components. While I am switching from roles page to users page it is dispatching/calling roles actions which is in ngOnInit of the roles component. similarly when switching from users page to roles page same thing is happening.
multiple feature state dispatching actions while routing
I am facing issue with NGXS in Angular 18 with almost all standalone components. I have applied lazy loading for components. While I am switching from roles page to users page it is dispatching/calling roles actions which is in ngOnInit of the roles component. similarly when switching from users page to roles page same thing is happening.
multiple feature state dispatching actions while routing
I am facing issue with NGXS in Angular 18 with almost all standalone components. I have applied lazy loading for components. While I am switching from roles page to users page it is dispatching/calling roles actions which is in ngOnInit of the roles component. similarly when switching from users page to roles page same thing is happening.
NGXS issue – multiple feature state dispatching actions while routing
I am facing issue with NGXS in Angular 18 with almost all standalone components. I have applied lazy loading for components. While I am switching from roles and users page it also calling roles actions which is in ngOnInit of the roles component. similarly when switching from users to roles same thing is happening.