-
I created Micro frontend apps in Angular 16 and its shell in Angular 15. Now I want to have NgRx state shared between its shell and the angular 16 app. When I am running the application I put the Stor…
-
Hi!
Thanks for that great work.
I have a problem with action **startSignalRHub(hub)**.
When I call **startSignalR(hub),** it dispatch 3 actions:
@ngrx/signalr/error
@ngrx/signalr/disconne…
-
We use ngrx in our application and all the communication to the service is through effect, action and store. the file upload submit breaks the current architecture. Can we wrap the entire upload queue…
-
The starter theme uses ngrx/store for maintaining state across the application.
This seems to be the grown-up way for preserving data and keeping things testable.
Whilst there is _less_ need for…
-
Hello!
I use ngrx to save my array, and read from it,
But how i understand, sortablejs + ngrx its nor good idea.
If i wanna change array in ngrx i first need dispatch action, but sortablejs try s…
-
### Information
Standalone APIs have been stable since Angular v16, and we should update the `@ngrx/effects` documentation to use standalone APIs by default, and reference previous versions of the do…
-
## 🚀 Feature
We want to implement a data store to solve the purpose of client side caching (we could utilize other benefits of a store too, but right now the priority is to cache the data instead o…
-
**Describe the bug**
Dejo de funcionar el modal en la versión de Bamboo 1.2
Error:
R3InjectorError(Standalone[_BmbModalComponent])[MatDialogRef -> MatDialogRef -> MatDialogRef]:
NullInject…
-
### Current Behavior
Migration created in https://github.com/nrwl/nx/pull/18501 is a breaking change because it breaks typechecking for some Nx workspace projects that didn't use `types` option in th…
-
Is TransferState and NgRx the same thing? if I'm using NgRx they don't need TransferState?