New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@code-workers.io/ngx-effect

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-workers.io/ngx-effect

NgxEffect let you easily handle your RxJs subscriptions

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@code-workers.io/ngx-effect

You don't longer need to worry about handling subscriptions - stream-keeper will do it for you.

Installation

npm install @code-workers.io/ngx-effect

Usage


@Component({
  ...
    providers: [NgxEffect]
})
export class Component {

  constructor(private effects: NgxEffect) {
    this.effects.register(observable$, console.log)
    this.effects.register(observable$.subscribe(console.log))
  }
  
}

Compatibility

  • Version >= 1.1.x is compatible with RxJs >=6.5.0 (Angular 12.x.x +)

Keywords

subscription-handling

FAQs

Package last updated on 19 Jan 2023

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