-
The `on` method can accept the patched state as return type of the reducer function.
At the moment, it goes like this:
```typescript
reducer(actions, on) {
on(actions.flightsLoaded, (state, …
-
# 🐞 bug report
### Affected Package
The issue is caused by package @angular/core
### Is this a regression?
Yes, the previous version in which this bug was not present was: 8 (due to th…
-
### Current Behavior
When testing 2 projects targeting the same file, we get a `CS1202` `The process cannot access the file '' because it is being used by another process`. These are caused by 3 item…
-
Hello
I'm trying to use ngrx to store my tree and update it when changes are made. Is there a non complicated way to save and update the ngrx store of the tree that doesn't not require normalizatio…
-
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install'…
-
In earlier versions of ngrx, the Action interface had a payload attribute. This no longer seems to be the case:
https://github.com/ngrx/platform/blob/master/modules/store/src/models.ts#L1-L3
I …
-
I run nx-containers using Buildbot as our CI.
The command `npx nx affected --base=origin/development --head= --target=container --parallel=1` fails with the following error:
```
Unsupported CI …
an-ky updated
6 months ago
-
Sorry for this question... but is this project still active? I only ask because of the lack of any recent commits in the repository. Has this project migrated into ngrx/store? I am hoping it is sti…
-
I am getting the warning below when using Angular 17.
I think the fix could be to update the "lib" package.json dependencie settings:
```
"@angular/common": "^16", => "@angular/core": ">=16"
…
-
I cannot understand how I can create a selector to get the feature entities.
Trying to get them using the schemaSelectors.getEntities selector throws an error:
ERROR TypeError: Cannot read property…