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

Function createSelector

modules/store/src/selector.ts:520–524  ·  view source on GitHub ↗
(
  ...input: any[]
)

Source from the content-addressed store, hash-verified

518): MemoizedSelectorWithProps<State, Props, Result, typeof projector>;
519
520export function createSelector(
521 ...input: any[]
522): MemoizedSelector<any, any> | MemoizedSelectorWithProps<any, any, any> {
523 return createSelectorFactory(defaultMemoize)(...input);
524}
525
526export function defaultStateFn(
527 state: any,

Callers 15

getRouterSelectorsFunction · 0.90
selectQueryParamFunction · 0.90
selectRouteParamFunction · 0.90
selectRouteDataParamFunction · 0.90
constructorMethod · 0.90
createMethod · 0.90
setCollectionSelectorsFunction · 0.90

Calls 1

createSelectorFactoryFunction · 0.85

Tested by 4

setCollectionSelectorsFunction · 0.72