Skip to content

Commit

Permalink
feat(router-store) Add base router selectors
Browse files Browse the repository at this point in the history
- link out to custom serializer
  • Loading branch information
jasonhodges committed May 29, 2019
1 parent e354684 commit 3abcc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/router-store/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `getSelectors` method supplied within `@ngrx/router-store` provides function
The `getSelectors` method takes a selector function as its only argument to select the piece of state where the router state is being stored.
The example below shows how to provide a selector for the top level `router` key in your state object.

**Note:** The `getSelectors` method works with the `routerReducer` provided by `@ngrx/router-store`. If you use a custom serializer, you'll need to provide your own selectors if they do not adhere to `RouterReducerState`.
**Note:** The `getSelectors` method works with the `routerReducer` provided by `@ngrx/router-store`. If you use a [custom serializer](guide/router-store/configuration#custom-router-state-serializer), you'll need to provide your own selectors if they do not adhere to `RouterReducerState`.

Usage:

Expand Down

0 comments on commit 3abcc7d

Please sign in to comment.