Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ refresh
Method
refresh
modules/store-devtools/src/devtools.ts:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
refresh() {
176
this.dispatch(
new
Actions.Refresh());
177
}
178
179
reset() {
180
this.dispatch(
new
Actions.Reset(+Date.now()));
Callers
3
constructor
Method · 0.95
integration.spec.ts
File · 0.80
store.spec.ts
File · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected