fix(common): correct mapping of Observable methods (#20518)
fixes #20516 PR Close #20518
This commit is contained in:
parent
185a6ab562
commit
ce5e8fad9e
@ -14,7 +14,7 @@ const globals = {
|
|||||||
'rxjs/Observer': 'Rx',
|
'rxjs/Observer': 'Rx',
|
||||||
'rxjs/Subject': 'Rx',
|
'rxjs/Subject': 'Rx',
|
||||||
|
|
||||||
'rxjs/observable/of': 'Rx.Observable.prototype',
|
'rxjs/observable/of': 'Rx.Observable',
|
||||||
|
|
||||||
'rxjs/operator/concatMap': 'Rx.Observable.prototype',
|
'rxjs/operator/concatMap': 'Rx.Observable.prototype',
|
||||||
'rxjs/operator/filter': 'Rx.Observable.prototype',
|
'rxjs/operator/filter': 'Rx.Observable.prototype',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user