rx-helpers
v1.0.0
Published
## About the library
Downloads
4
Readme
@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