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
@kwonoj Thanks, yes it seems to be Visual Studio related.
Could not find a declaration file for module 'rxjs'
Even VS Code manages to correctly determine the return type of httpClient.post<xxxx>().
It's been working fine for the past 3 years, and now all of a sudden it seems to break down.
Angular CLI doesn't complain about it either.
For some reason a new checkout of the repository with the same code doesn't show this problem. Probably something was off with the .angular folder or so
Describe the bug
Expected behavior
Typescript intellisense
Reproduction code
Shipped
package.json
Reproduction URL
No response
Version
7.8.1
Environment
Additional context
For some reason the
"types"
field in thepackage.json
is wrongThe text was updated successfully, but these errors were encountered: