In RxJS there are two versions of the timer
operator.
timer
by default operates on the timeout
Scheduler, or you can override this by passing in a Scheduler as a final
parameter.
timer
is found in each of the following distributions:
rx.all.js
rx.all.compat.js
rx.time.js
(requires either rx.js
or rx.compat.js
)
rx.lite.js
rx.lite.compat.js