ngrx-snapshot
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ngrx-snapshot

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

44.3 kB

Total Files

16

Last publish

Collaborators

  • m_perle