File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Operator } from '../Operator';
33import { Observable } from '../Observable' ;
44import { Subscriber } from '../Subscriber' ;
55import { Subscription , TeardownLogic } from '../Subscription' ;
6- import { refCount as higherOrderRefCount } from '../operators' ;
6+ import { refCount as higherOrderRefCount } from '../operators/refCount ' ;
77
88/**
99 * @class ConnectableObservable<T>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { IScheduler } from '../Scheduler';
33import { isScheduler } from '../util/isScheduler' ;
44import { of } from './of' ;
55import { from } from './from' ;
6- import { concatAll } from '../operators' ;
6+ import { concatAll } from '../operators/concatAll ' ;
77
88/* tslint:disable:max-line-length */
99export function concat < T > ( v1 : ObservableInput < T > , scheduler ?: IScheduler ) : Observable < T > ;
You can’t perform that action at this time.
0 commit comments