Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
export
function
emptyProps(): ActionCreatorProps<void> {
155
return
props();
156
}
157
158
function
toActionName<EventName extends string>(
159
eventName: EventName
Callers
7
collection-page.actions.ts
File · 0.90
auth-api.actions.ts
File · 0.90
auth.actions.ts
File · 0.90
layout.actions.ts
File · 0.90
user.actions.ts
File · 0.90
feature.state.ts
File · 0.90
action_group_creator.spec.ts
File · 0.85
Calls
1
props
Function · 0.90
Tested by
no test coverage detected