1.0.0 • Published 6 years ago

rx-helpers v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

@code-art/rx-helpers

About the library

A library with Rxjs operators that can be uses in Angular 6 projects.

Consuming the library

1. Installing the library

To install the library in your Angular application you need to run the following commands:

$ npm install @code-art/rx-helper --save

or

$ yarn add @code-art/rx-helper

2. Using withZone operator

The withZone operator will cause the observable next, error and complete callbacks to be executed withing an Angular NgZone