Rx-log
A shortcut for debug console output of rx.js streams.
Read this article How to debug RxJS code
Usage:
RxObservable
Instead of:
RxObservable
You may also do use .warn
and .info
methods:
const Rx = RxObservable RxObservable
Why to use it?
Just makes you write and debug code faster.