Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ dispatch
Method
dispatch
modules/store-devtools/src/devtools.ts:159–161 ·
view source on GitHub ↗
(action: Action)
Source
from the content-addressed store, hash-verified
157
}
158
159
dispatch(action: Action) {
160
this.dispatcher.next(action);
161
}
162
163
next(action: any) {
164
this.dispatcher.next(action);
Callers
12
performAction
Method · 0.95
refresh
Method · 0.95
reset
Method · 0.95
rollback
Method · 0.95
commit
Method · 0.95
sweep
Method · 0.95
toggleAction
Method · 0.95
jumpToAction
Method · 0.95
jumpToState
Method · 0.95
importState
Method · 0.95
lockChanges
Method · 0.95
pauseRecording
Method · 0.95
Calls
1
next
Method · 0.65
Tested by
no test coverage detected