fix(common): correct mapping of Observable methods (#20518)

fixes #20516
PR Close #20518
This commit is contained in:
Trotyl Yu 2017-11-18 20:52:23 +08:00 committed by Victor Berchet
parent 978f97cc59
commit 2639b4bffb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const globals = {
'rxjs/Observer': 'Rx',
'rxjs/Subject': 'Rx',
'rxjs/observable/of': 'Rx.Observable.prototype',
'rxjs/observable/of': 'Rx.Observable',
'rxjs/operator/concatMap': 'Rx.Observable.prototype',
'rxjs/operator/filter': 'Rx.Observable.prototype',