Skip to content

Commit ce5e8fa

Browse files
trotylvicb
authored andcommitted
fix(common): correct mapping of Observable methods (#20518)
fixes #20516 PR Close #20518
1 parent 185a6ab commit ce5e8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/http/rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const globals = {
1414
'rxjs/Observer': 'Rx',
1515
'rxjs/Subject': 'Rx',
1616

17-
'rxjs/observable/of': 'Rx.Observable.prototype',
17+
'rxjs/observable/of': 'Rx.Observable',
1818

1919
'rxjs/operator/concatMap': 'Rx.Observable.prototype',
2020
'rxjs/operator/filter': 'Rx.Observable.prototype',

0 commit comments

Comments
 (0)