Skip to content

Easily log RxJS Observables to the console with this operator

License

Notifications You must be signed in to change notification settings

jacksteamdev/rxjs-log

Repository files navigation

@bumble/rxjs-log

A simple console.log operator to use with RxJs. Now includes types!

Install

npm i @bumble/rxjs-log -D

Usage

import { log } from '@bumble/rxjs-log'

fromEvent(document, 'click')
  .pipe(log('document clicked'))
  .subscribe()

// -> document clicked { MouseEvent... }

About

Easily log RxJS Observables to the console with this operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published