Tibing / async-pipeline

🌈 RxJS operators for Angular component templates 😱
https://github.com/tibing/async-pipeline
MIT License
138 stars 5 forks source link

Console pipe #2

Open irustm opened 5 years ago

irustm commented 5 years ago

May be:

obs$ | console: 'log'

obs$ | console: 'table'

etc..

?

neversaid commented 5 years ago

Console.log you can already do with the log pipe which is already included.

e.g. $obs | log | async

Hope that helps.