From cd6862864ad1a4bb90016f05a2cf085348cb419c Mon Sep 17 00:00:00 2001 From: Geoff Tripoli Date: Wed, 4 Mar 2020 11:09:13 -0800 Subject: [PATCH] docs: Added missing selectCurrentRoute selector --- projects/ngrx.io/content/guide/router-store/selectors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/ngrx.io/content/guide/router-store/selectors.md b/projects/ngrx.io/content/guide/router-store/selectors.md index 90e7c708ed..cf8c5b6f67 100644 --- a/projects/ngrx.io/content/guide/router-store/selectors.md +++ b/projects/ngrx.io/content/guide/router-store/selectors.md @@ -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