Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ importState
Method
importState
modules/store-devtools/src/devtools.ts:207–209 ·
view source on GitHub ↗
(nextLiftedState: any)
Source
from the content-addressed store, hash-verified
205
}
206
207
importState(nextLiftedState: any) {
208
this.dispatch(
new
Actions.ImportState(nextLiftedState));
209
}
210
211
lockChanges(status: boolean) {
212
this.dispatch(
new
Actions.LockChanges(status));
Callers
1
store.spec.ts
File · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected