router-component-store icon indicating copy to clipboard operation
router-component-store copied to clipboard

An Angular Router-connecting NgRx component store.

Results 6 router-component-store issues
Sort by recently updated
recently updated
newest added

It would be cool with some helpers when testing components and/or services that import `RouterStore`. Both in relation to `provideGlobalRouterStore()` vs `provideLocalRouterStore()` and when setting up the spec with routing...

enhancement
polar

The current ngrx router-store supports provofing a custom state serializer and working with a custom state type. router-component-store should support this too. ## Funding * You can sponsor this specific...

enhancement
polar

Updates: 1. Nx 2. Angular 3. NgRx 4. Anything else that Nx updates automatically. 5. Min Node version (16 is EOL soon and v17 won't even support it) Sets the...

# Features - Add `RouterHistoryStore`

Support for NavigationExtras state is missing. For a example this.router.navigate(['/some-path'], {state: {some-state-key : 'some-state-value'}}, should add to #serializeRouteSnapshot a property something like {navigationState: {some-state-key : 'some-state-value'}}.

enhancement