You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First release of the signal-based router store. It has similar features to `@ngworker/router-component-store` but uses Angular Signals instead of RxJS Observables and has a peer dependency on NgRx Signals (`@ngrx/signals`) instead of NgRx Component Store (`@ngrx/component-store`).
6
+
7
+
### Features
8
+
9
+
-`RouterSignalStore` shared API for dependency injection
10
+
-`provideLocalRouterSignalStore` for providing a local router signal store, a replacement for `ActivatedRoute`
11
+
-`provideGlobalRouterSignalStore` for providing the global router signal store, a replacement for NgRx Router Store
12
+
- Strong and strict typing with `StrictQueryParams`, `StrictRouteData`, and `StrictRouteParams`
13
+
- Serializable router state with `MinimalActivatedRouteSnapshot`
0 commit comments