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

Function props

modules/store/src/action_creator.ts:205–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205export function props<
206 P extends SafeProps,
207 SafeProps = NotAllowedInPropsCheck<P>,
208>(): ActionCreatorProps<P> {
209 // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
210 return { _as: 'props', _p: undefined! };
211}
212
213export function union<
214 C extends { [key: string]: ActionCreator<string, Creator> },

Callers 15

actions.tsFile · 0.90
actions.spec.tsFile · 0.90
emptyPropsFunction · 0.90
book.actions.tsFile · 0.90

Calls

no outgoing calls

Tested by 1

setupForSignalDispatcherFunction · 0.68