使用Webpack捆绑Angular 2项目时找不到模块

时间:2017-02-22 11:04:50

标签: angular webstorm bundling-and-minification angular2-build

我正在使用WebStorm 2016.3创建一个Angular 2项目。我按照这篇文章捆绑了我的项目: https://angular.io/docs/ts/latest/guide/webpack.html

当我输入命令npm start时,它显示了一个错误列表:

Module not found

我已将每个文件中的templateUrl更改为src/components/<template url>,但仍显示这些错误。

有人可以帮我吗?

1 个答案:

答案 0 :(得分:1)

试试这个:../views/main-application.html

网址是相对于.ts文件的当前路径开始的。 所以你需要先向上导航。