摘要:
引入一个打包的模块时报了这个个错: 这个错跟AppModule is not a NgModule的原因不一样。 试了很多方法,最后在tsconfig.json里面添加 通过path的设置,来指定调用的模块路径。 AppModule is not a NgModule的报错,原因很多是跟typesc 阅读全文
摘要:
安装同事打包的一个模块,报了这么个错,不过在其他地方使用是正常的。 Error encountered resolving symbol values statically. Function calls are not supported. 解决的办法 在tsconfig.json文件中添加 阅读全文