chore(package): update RxJS version
This commit is contained in:
@ -4,6 +4,7 @@ import {global, isPresent} from 'angular2/src/core/facade/lang';
|
||||
import {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
||||
export {PromiseWrapper, Promise, PromiseCompleter} from 'angular2/src/core/facade/promise';
|
||||
import {Subject, Subscription, Observable as RxObservable} from '@reactivex/rxjs/dist/cjs/Rx';
|
||||
export {Subject} from '@reactivex/rxjs/dist/cjs/Rx';
|
||||
import Operator from '@reactivex/rxjs/dist/cjs/Operator';
|
||||
|
||||
export namespace NodeJS {
|
||||
@ -125,5 +126,3 @@ export class Observable<T> extends RxObservable<T> {
|
||||
return observable;
|
||||
}
|
||||
}
|
||||
|
||||
export {Subject}
|
||||
|
@ -699,6 +699,7 @@ var NG_API = [
|
||||
'Subject.sampleTime():js',
|
||||
'Subject.scan():js',
|
||||
'Subject.share():js',
|
||||
'Subject.shareBehavior():js',
|
||||
'Subject.shareReplay():js',
|
||||
'Subject.single():js',
|
||||
'Subject.skip():js',
|
||||
|
Reference in New Issue
Block a user