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

Function emptyProps

modules/store/src/action_group_creator.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154export function emptyProps(): ActionCreatorProps<void> {
155 return props();
156}
157
158function toActionName<EventName extends string>(
159 eventName: EventName

Callers 7

auth.actions.tsFile · 0.90
layout.actions.tsFile · 0.90
user.actions.tsFile · 0.90
feature.state.tsFile · 0.90

Calls 1

propsFunction · 0.90

Tested by

no test coverage detected