-
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…
-
### Relevant Package
This feature request is for @ngxs/store
### Description
Actions should allow a non-static 'type' field
Instead of:
```ts
export class AddTodo {
static readonly type…
-
Are there docs for how to implement pagination? I looked through the src and am just confused about how to update the pagination cursor.
This post seems to re-implement pagination using this plugi…
-
I am getting an error when trying to use ngcc in conjunction with this package, and according to the below post it has to do with the way the package is being bundled. This package is currently bundle…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issu…
-
### Relevant Package
This feature request is for @ngxs/store.
### Description
A solution to provide state actions from additional provider classes.
### Describe the problem you are trying …
-
I have upgraded my android version from 29 to 31, in the app where i use multipartUpload as soon as I navigate the app is crashing.
### Which platform(s) does your issue occur on?
- Android
- An…
-
### Versions
```
* @angular/core: 6.0.0
* @ngxs/store: 3.2.0
* @ngxs/logger-pluggin: 3.2.0
```
### Repro steps
Stackblitz: https://stackblitz.com/edit/angular-l4zxsn
* Create two diffe…
-
### Affected Package
The issue is caused by package @ngxs/router-plugin
### Is this a regression?
Yes, the previous version in which this bug was not present was: 18.1.4
### Description
…
-
Let's imagine we have 2 states: A and B
```typescript
interface TestModel {
conter: number;
}
@State({
name: 'a',
defaults: {
counter: 0,
},
})
export class AState {}
@Stat…