rxjs-console-logger
TypeScript icon, indicating that this package has built-in type declarations

7.5.5 • Public • Published

Observable#consoleLogger

RxJS 7 operator for printing Observable values to the console.

import { of } from 'rxjs'
import { debug /* OR consoleLogger */ } from 'rxjs-console-logger'

of([1, 2, 3, 4]).pipe(debug('printMe'))

Package Sidebar

Install

npm i rxjs-console-logger

Weekly Downloads

11

Version

7.5.5

License

MIT

Unpacked Size

39.3 kB

Total Files

9

Last publish

Collaborators

  • donaldaverill