You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{ajax}from'rxjs/ajax';constobservable$=ajax.get('https://reqres.in/api/users/2');observable$.subscribe({next(data){console.log(data);},complete(){console.info("And we're done, we've fetched all data we could!");},error(err){console.error(err);},});
Describe the bug
A simple TS snippet with this
tsconfig.json
:And this
pacakge.json
:Expected behavior
Just work
Reproduction code
Reproduction URL
No response
Version
7.8.1
Environment
Linux, Ubuntu
Additional context
No response
The text was updated successfully, but these errors were encountered: