我正在使用 WebStorm 2016.3 创建一个 Angular 2 项目。我已经按照这篇文章捆绑了我的项目: https ://angular.io/docs/ts/latest/guide/webpack.html
当我输入命令npm start
时,它显示了一个错误列表:
我已将templateUrl
每个文件更改为,src/components/<template url>
但仍然显示这些错误。
谁能帮帮我?
我正在使用 WebStorm 2016.3 创建一个 Angular 2 项目。我已经按照这篇文章捆绑了我的项目: https ://angular.io/docs/ts/latest/guide/webpack.html
当我输入命令npm start
时,它显示了一个错误列表:
我已将templateUrl
每个文件更改为,src/components/<template url>
但仍然显示这些错误。
谁能帮帮我?