We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddf116 commit ef83066Copy full SHA for ef83066
src/Rx.ts
@@ -119,6 +119,7 @@ import {EmptyError} from './util/EmptyError';
119
import {ArgumentOutOfRangeError} from './util/ArgumentOutOfRangeError';
120
import {ObjectUnsubscribedError} from './util/ObjectUnsubscribedError';
121
import {immediate} from './scheduler/immediate';
122
+import {nextTick} from './scheduler/nextTick';
123
import {NextTickScheduler} from './scheduler/NextTickScheduler';
124
import {ImmediateScheduler} from './scheduler/ImmediateScheduler';
125
/* tslint:enable:no-unused-variable */
0 commit comments