1.0.1 • Published 1 year ago
ngrx-snapshot v1.0.1
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