我正在使用Angular 1.6
和Typescript
开展项目。实际上我没有任何编译错误。但现在我遇到了奇怪的错误。我没有更改代码,甚至应用程序运行正常。但编辑将这些说明标记为不正确。
import {auto} from 'angular';
method().then((data) => {})
答案 0 :(得分:0)
我认为您的IDE无法找到TypeScript定义。
要告诉IDE关于Typescript对应的包的结构,比如angular,你需要安装某种TypeScript定义。
提供TypeScript定义的源代码不同:
https://github.com/jedmao/dt-angular
https://github.com/typings/typings