无法绑定到 "attribute" && "app-component" 不是已知元素
Can't bind to "attribute" && "app-component" isn't a known element
我有一个大问题。整件事是这样开始的:Fix corrupted HTML file or decompile Angular Component
我的 PC 突然崩溃,从那次事件开始,每秒钟都变得更糟。我收到奇怪的错误,例如“'app-component
' 不是已知元素”或“找不到名称为 'async' 的管道”,甚至“无法绑定到‘attribute
’,因为它不是” t 一个已知的 属性 of 'app-component
”。我得到了很多组件。
我做了什么:
我立即删除了我在 this other thread 中谈到的损坏文件,然后我开始查看每一段代码。每一个错误。但对我来说似乎一切都很好。即使对于 Visual Studio 代码也很好,因为它没有触发任何 error/problem 给我,你可以在这里看到:
VSC Terminal Screenshot
真不知道该怎么办
在这里你可以找到存储库:
https://github.com/plungarini/alpha-project
我修复了整个问题。 dashboard-routing.module.ts
中有错误
我没有加载正确运行所需的另一个模块。我正在加载一个组件。
我有一个大问题。整件事是这样开始的:Fix corrupted HTML file or decompile Angular Component
我的 PC 突然崩溃,从那次事件开始,每秒钟都变得更糟。我收到奇怪的错误,例如“'app-component
' 不是已知元素”或“找不到名称为 'async' 的管道”,甚至“无法绑定到‘attribute
’,因为它不是” t 一个已知的 属性 of 'app-component
”。我得到了很多组件。
我做了什么:
我立即删除了我在 this other thread 中谈到的损坏文件,然后我开始查看每一段代码。每一个错误。但对我来说似乎一切都很好。即使对于 Visual Studio 代码也很好,因为它没有触发任何 error/problem 给我,你可以在这里看到:
VSC Terminal Screenshot
真不知道该怎么办
在这里你可以找到存储库:
https://github.com/plungarini/alpha-project
我修复了整个问题。 dashboard-routing.module.ts
我没有加载正确运行所需的另一个模块。我正在加载一个组件。