Socket
Socket
Sign inDemoInstall

logrocket-ngrx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logrocket-ngrx

ngrx middleware for [LogRocket](https://logrocket.com/).


Version published
Weekly downloads
2.5K
increased by3.6%
Maintainers
1
Weekly downloads
 
Created
Source

LogRocket ngrx Middleware

This package exports a default function which takes a LogRocket instance and returns an ngrx middleware.

Getting Started

  1. Install with NPM: npm i --save logrocket logrocket-ngrx.

  2. Create a free account at https://logrocket.com and take note of you application ID.

  3. Initialize LogRocket in your app:

import LogRocket from 'logrocket';

// Initialize LogRocket with your app ID
LogRocket.init(<your_application_id>);
  1. (optional) Add the ngrx middleware.
import LogRocket from 'logrocket';
import createNgrxMiddleware from 'logrocket-ngrx';

const logrocketMiddleware = createNgrxMiddlware(LogRocket, opts)

That’s it- this is all you need to get started with LogRocket and ngrx!

If you’d like to learn more about LogRocket, you can check out the links below. We’d also like to thank the developers who helped us test out our Angular and ngrx support and stuck with us despite a few gnarly bugs :)

Further Info

FAQs

Package last updated on 01 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc