0

嗨,我正在使用本教程来学习如何从 Angular1 迁移到 Angular2。

第 4 步升级电话服务结束时,当我想使用“npm start”检查正在运行的应用程序时,我收到此错误:

angular.js:13920 Error: [$compile:tpload] Failed to load template: app/phone-list/phone-list.template.html (HTTP status: 404 Not Found)
4

1 回答 1

0

这只是在线教程中的拼写错误。

在文件app/phone-list/phone-list.component.ts 中 更改行:

templateUrl: ‘app/phone-list/phone-list.template.html',

经过

templateUrl: 'phone-list/phone-list.template.html',
于 2016-07-26T14:22:43.917 回答