Angular找不到模块但仍然运行

时间:2019-05-30 09:57:41

标签: angular typescript

最近,我在Angular中遇到错误。它报告了一个错误,即使它仍然可以正常运行,也找不到该模块。有人可以帮我回答吗?

enter image description here

1 个答案:

答案 0 :(得分:0)

我相信您在angular中使用了自定义别名路径。这是tsconfig.json文件的示例

"paths": 
 {
   "@enviroment/*": ["src/app/enviroment/*"]
 },

您必须将此行添加到tslint.json

"no-implicit-dependencies": false