After tracking down unexpected requests being made I've found that my app's global user state's slices emit upon every navigation. What are potential causes of
I'm getting the following error when running a test in Jest, using Angular 13: Unexpected value 'NgxsRootModule' imported by the module 'DynamicTestModule'. Pl
I'm building a web application. The frontend is in angular and the backend in .Net Core. Currently, I'm doing the following, to build my final docker image: Bui
I'm building an app with Angular and NestJS using NGXS for state management. I got everything set up and served my application and got this error in the consol
I want to do something like this for my registration. When clicking the register button, this will be executed: this.store.dispatch(new Register(user)) .s
Inside my NGXS store I have the following async selector @Selector() static async mainState(store: IMyStore): Promise<IMyState> { return this.getActiv
So I have the following state: [ { name: "Main Tree", branches: [ { name: "Branch 1", branches: [] },