IntelliJ IDEA 显示 matHeaderRowDef 错误
IntelliJ IDEA shows error for matHeaderRowDef
IntelliJ Idea 2020.1 在模板中针对 matHeaderRowDef
显示此错误:
Property matHeaderRowDef is not provided by any applicable directive on an embedded template
GitHub example 重现问题
我不明白为什么会显示此错误:
- material.module.ts exports the
MatTableModule
where MatHederRowDef中的DemoMaterialModule
已定义。
- 来自
MatTableModule
的其他结构指令现在显示错误:例如MatHederCellDef 工作正常
- 注意:应用程序在您启动时运行良好 - 所以这可能只是 IDE
中的一个问题
我错过了什么?
这是 bug in IntelliJ 并已在版本 2020.1.2
中修复
IntelliJ Idea 2020.1 在模板中针对 matHeaderRowDef
显示此错误:
Property matHeaderRowDef is not provided by any applicable directive on an embedded template
GitHub example 重现问题
我不明白为什么会显示此错误:
- material.module.ts exports the
MatTableModule
where MatHederRowDef中的DemoMaterialModule
已定义。 - 来自
MatTableModule
的其他结构指令现在显示错误:例如MatHederCellDef 工作正常 - 注意:应用程序在您启动时运行良好 - 所以这可能只是 IDE 中的一个问题
我错过了什么?
这是 bug in IntelliJ 并已在版本 2020.1.2
中修复