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