rx-book icon indicating copy to clipboard operation
rx-book copied to clipboard

Update book to Rx 4

Open kibin opened this issue 10 years ago • 2 comments

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 avatar Nov 11 '15 21:11 kibin

@kibin All docs about operators will be update according with official docs.

xgrommx avatar Nov 11 '15 22:11 xgrommx

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

vvscode avatar Jan 10 '16 15:01 vvscode