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: [] },