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

M. *_* S. 3 angular-material angular

原因:在 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并分析代码

M. *_* S. 6

解决方案:重新启动网络服务器

  1. Ctrl+C
  2. 服务