MCPcopy 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.tsFile · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected