使用angular-cli添加服务后,system-config.js失败

时间:2016-07-26 09:42:31

标签: angular-cli

  $ ng --version
  angular-cli: 1.0.0-beta.10
  node: 5.10.1
  os: win32 ia32
  • &new;'原理
  • ' ng serve'原理
  • 修改app.component工作
  • 提供服务我的服务'原理
  • 在app.component中导入my-service /添加到fortructor for injection)不起作用(参见下面的错误输出)
  • 从app.component中删除服务导入 - 不起作用(请参阅下面的错误输出)

失败后再也无法工作了。即使我回滚到生成的代码。

firebug控制台中的错误输出:

Error: @http://localhost:4200/system-config.js:34:5
Call@http://localhost:4200/vendor/es6-shim/es6-shim.js:289:14
forEach@http://localhost:4200/vendor/es6-shim/es6-shim.js:1295:14
@http://localhost:4200/system-config.js:33:1
Zone</ZoneDelegate</ZoneDelegate.prototype.invoke@http://localhost:4200/vendor/zone.js/dist/zone.js:323:20
Zone</Zone</Zone.prototype.run@http://localhost:4200/vendor/zone.js/dist/zone.js:216:25
scheduleResolveOrReject/<@http://localhost:4200/vendor/zone.js/dist/zone.js:571:53
Zone</ZoneDelegate</ZoneDelegate.prototype.invokeTask@http://localhost:4200/vendor/zone.js/dist/zone.js:356:24
Zone</Zone</Zone.prototype.runTask@http://localhost:4200/vendor/zone.js/dist/zone.js:256:29
drainMicroTaskQueue@http://localhost:4200/vendor/zone.js/dist/zone.js:474:26
ZoneTask/this.invoke@http://localhost:4200/vendor/zone.js/dist/zone.js:426:22

Evaluating http://localhost:4200/system-config.js
Error loading http://localhost:4200/system-config.js

1 个答案:

答案 0 :(得分:0)

angular-cli已移至webpack。切换到webpack版本(现在是主分支)后,它可以正常工作。

请参阅:https://github.com/angular/angular-cli/issues/1417