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'))

/rxjs-console-logger/

    Package Sidebar

    Install

    npm i rxjs-console-logger

    Weekly Downloads

    1

    Version

    7.5.5

    License

    MIT

    Unpacked Size

    39.3 kB

    Total Files

    9

    Last publish

    Collaborators

    • donaldaverill