Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 WebStorm 配置为正确键入提示 RxJS 5,但它没有在以下方面选择方法Observable:
Observable
您可以看到两者.of()都.map()“未解决”。代码按预期执行。我错过了什么?
.of()
.map()