rx-book
rx-book copied to clipboard
Update book to Rx 4
I couldn’t follow through example in introduction with double clicks until I found on SO that throttle is now a delay, which is quite confusing
@kibin All docs about operators will be update according with official docs.
TypeError: scheduler.startWithTiming is not a function
on running code from http://xgrommx.github.io/rx-book/content/getting_started_with_rxjs/testing_and_debugging.html ( according documentation method is still in TestScheduler interface -- maybe you can say how to fix? )