fix(common): correct mapping of Observable methods (#20518)
fixes #20516 PR Close #20518
This commit is contained in:
parent
978f97cc59
commit
2639b4bffb
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue