最近刚刚开始学习angular 4.0,在网上找了一个小项目教程学习,然而学习的过程有点艰辛,,各种报错,我明明就是按照博主的步骤老老实实走的呀!!话不多说,上bug- .- Uncaught Error: Unexpected value 'ProductComponent' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation. 刚刚报错的时候我一脸懵逼,什么意思呀?要…
/********************************************************************************* * Refused to execute inline event handler because it violates the following Content Security Policy directive: "xxx". Either the 'unsafe-inline' keyword, a hash (…
在项目里定义了一个interface,device.ts.然后在component.ts中要使用这个interface,import之后,VSCode报错:‘xxx/xxx/xxx/device.ts’ is not a module. 搞了半天还是没找到解决办法.后来终于在StackOverflow上找到了解决办法,那就是——重新npm start或者ng serve!!! 重启大法果然好用啊!!!…