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

Method performAction

modules/store-devtools/src/devtools.ts:171–173  ·  view source on GitHub ↗
(action: any)

Source from the content-addressed store, hash-verified

169 complete() {}
170
171 performAction(action: any) {
172 this.dispatch(new Actions.PerformAction(action, +Date.now()));
173 }
174
175 refresh() {
176 this.dispatch(new Actions.Refresh());

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected