Verbose Logging Options
π₯ rxjs-debug-operator v1.1.1 has been released!
The latest update allows for logging of:
- next notifications π€©
- error notifications β
- complete notifications π₯³
π Check it out:
https://github.com/Coly010/rxjs-debug-operator
π‘ By default debug()
will
- console.log the value received from the source observable
- console.error the error received from the source observable
- no-op complete notifications received from the source observable
β‘ It takes a config argument that allows you to specify:
- an ignore-case
- a custom next notification handler
- a custom error notification handler
- a custom complete notification handler