-
Before the change from produce operator to ImmutableContext decorator, the Receiver decorator from Emitter plugin had the implementation with immer-adapter documented here, now it doesn't.
It works…
-
# 🐞 Bug report
### Command (mark with an `x`)
- [X] build
### Is this a regression?
Yes kind of
### Description
I, we, are upgrading our application's Angular and Cordova-ios versions and …
-
# 🐞 bug report
### Affected Package
Unfortunately, I cannot tell precisely, which package of @angular is causing the behavior.
### Is this a regression?
Yes, the memory footpri…
-
### Versions
```
* ngxs: 3.2.0
* @angular/core:6.1.1
```
### Repro steps
https://stackblitz.com/edit/ngxs-simple-a2ymqh?file=app/app.state.ts
### Observed behavior
Using …
-
I'm using ngxs in angular and I'd like to create a spy of the whole store.
For that, I try:
`spyOnAllFunctions(storeSpy)`
But it doesn't seem to be working.
This is the class I'm trying to spy o…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issu…
Wykks updated
5 years ago
-
I'm starting new project and I can see that there are two interesting plugins in labs: https://github.com/ngxs-labs/emitter and https://github.com/ngxs-labs/entity-state
I'd like to know will those…
-
Hi, thank you for awesome library. I have one question regarding use of classes with the store.
In your documentation models are defined as interfaces. As follows
```
export interface ZebraFoo…
CROSP updated
5 years ago
-
# 🐞 bug report
### Affected Rule
The issue is caused by the rule:
- ts_devserver
- npm_umd_bundle
### Is this a regression?
No
### Description
I have just migrated one of our n…
-
I'm trying to reset my state, but I can't. I could use 'this.store.reset(State)', but sometimes I want to wait in somewhere by the action dispatched. And sometimes I want to reset everything except by…