diff --git a/src/Rx.ts b/src/Rx.ts index c10cd6d5f8..a946eed4af 100644 --- a/src/Rx.ts +++ b/src/Rx.ts @@ -119,6 +119,7 @@ import {EmptyError} from './util/EmptyError'; import {ArgumentOutOfRangeError} from './util/ArgumentOutOfRangeError'; import {ObjectUnsubscribedError} from './util/ObjectUnsubscribedError'; import {immediate} from './scheduler/immediate'; +import {nextTick} from './scheduler/nextTick'; import {NextTickScheduler} from './scheduler/NextTickScheduler'; import {ImmediateScheduler} from './scheduler/ImmediateScheduler'; /* tslint:enable:no-unused-variable */