MCPcopy Create free account
hub / github.com/ngrx/platform / selectQueryParam

Function selectQueryParam

modules/router-store/src/router_selectors.ts:45–46  ·  view source on GitHub ↗
(param: string)

Source from the content-addressed store, hash-verified

43 (route) => route && route.queryParams
44 );
45 const selectQueryParam = (param: string) =>
46 createSelector(selectQueryParams, (params) => params && params[param]);
47 const selectRouteParams = createSelector(
48 selectCurrentRoute,
49 (route) => route && route.params

Callers

nothing calls this directly

Calls 1

createSelectorFunction · 0.90

Tested by

no test coverage detected