RxJS Decorators
Rx-dects is a library with with typescript decorators which can help you to work with RxJs Observables.
Benefits
Declarative design to sharing and caching rxjs observables.
Examples
Installation and Usage
To install this library, run:
$ npm install rx-dects
You can import library in any application:
; ;
Important
Important to install RxJS version 6 and above
Building/Testing
npm run build
- builds everythingnpm test
- runs tests