ngrx-snapshot
v1.0.1
Published
Get a snapshot of ngrx store with the latest actions and state
Downloads
3
Readme
Ngrx Snapshot
Get a snapshot of Ngrx Store with the latest actions and state to use with Devtools
Usage
Your App module needs
@NgModule({
imports: [
NgrxSnapshotModule.forRoot(actionAmount),
]
})
Snapshot is available via getSnapshot() of NgrxSnapshotService