小编M. *_* S.的帖子

此导入包含错误,可能会影响依赖于此 NgModule 的组件

原因:在 Angular 组件中注入数据变量: 例如:

constructor(
    @Inject(MAT_DIALOG_DATA) public data: any) {}
Run Code Online (Sandbox Code Playgroud)

影响

Error: src/app/app.module.ts:24:5 - error NG6002: This import contains errors, which may affect components that depend on this NgModule.

24     HomeModule,
       ~~~~~~~~~~

Error: src/app/layout/home/home.module.ts:30:9 - error NG6002: This import contains errors, which may affect components that depend on this NgModule.

30         DialogModule
           ~~~~~~~~~~~~
Run Code Online (Sandbox Code Playgroud)

我尝试重新安装node_modules并分析代码

angular-material angular

3
推荐指数
1
解决办法
7372
查看次数

标签 统计

angular ×1

angular-material ×1