这个角度误差是什么意思?

时间:2017-03-26 01:34:31

标签: javascript angular typescript angular4

我尝试将我的应用从Angular v2升级到v4,并且我正在使用AOT编译。任何人都可以解释如何解决这个错误,这个错误并不能识别我自己的任何代码(只有Angular')。

Error encountered resolving symbol values statically. Calling function 'ɵmakeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in /project/node_modules/@angular/core/core.d.ts, resolving symbol ɵf in /project/node_modules/@angular/core/core.d.ts, resolving symbol ɵf in /project/node_modules/@angular/core/core.d.ts

我知道没有使用lambdas等,而且我的代码在v2中编译得很好,所以我认为这不是问题所在。

1 个答案:

答案 0 :(得分:0)

尝试重新安装 ngc

$ npm install ngc