Skip to content

Commit

Permalink
docs: Added missing selectCurrentRoute selector
Browse files Browse the repository at this point in the history
  • Loading branch information
geo242 authored Mar 4, 2020
1 parent f532826 commit cd68628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngrx.io/content/guide/router-store/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const selectRouter = createFeatureSelector<
>('router');

const {
selectCurrentRoute, // select the current route
selectQueryParams, // select the current route query params
selectQueryParam, // factory function to select a query param
selectRouteParams, // select the current route params
Expand Down

0 comments on commit cd68628

Please sign in to comment.