-
https://github.com/ngxs/store/blob/9f0fcb02e67300c1c4a107dbe0cb3172cb321a82/packages/store/operators/src/types.ts#L33
In TS 5.4, a native `NoInfer` type will be introduced. Then this type can be re…
-
Is this project still under active development and if so is there project roadmap/plan publicly available with what features are planned?
-
First of all, thank you for your work! State management always seemed clunky and a burden to setup, with a lot of boilerplate.
With StateAdapt, everything is just straightforward and meaningful at ev…
-
## Feature Request
```
$ ng g ngxs-schematics:store folder/test_state --spec
[CREATE] ./app/folder/test_state.state.ts
[CREATE] ./app/folder/test_state.actions.ts
[CREATE] ./app/folder/test_sta…
-
Based on the [this tweet](https://twitter.com/andrey_sitnik/status/1251539433121370112).
I need support for Angular projects. You have already taken the first step by creating bindings for TypeScri…
-
Your article mentions a .jar file which is missing. https://medium.com/swlh/angular-state-management-with-akita-b4c5439c1ab5
-
### Description
With NGXS v18, we have started to push towards better type safety for selectors.
The challenge is that we have users who use old mechanisms that are not type-safe and they would ne…
-
Hi,
I tried to build and run chrotran. However, I have run into the following error. I would be grateful if you could help resolve this.
Regards
Jagir
Build environment - linux, intel compiler,…
-
When the immer-adapter was using 'produce' as the mutate operator, in some cases the draft was undefined, and I could hadle it with an if. But now it just gives errors, even on Selectors, that I didn'…
-
We recently moved our Angular project into a monorepo (nx). we noticed that the action execution plugin no longer works!
are there any special configurations when it comes to using this kind of archi…