Angular 9和Ivy:未被捕获的TypeError:无法读取registerNgModuleType上未定义的属性“ id”

时间:2020-05-26 14:55:48

标签: angular ivy angular9

在打开Ivy迁移到Angular9之后,出现此运行时错误。 我们的应用程序很大,因此我无法创建任何较小的存储库。 错误提示: Uncaught TypeError: Cannot read property 'id' of undefined at registerNgModuleType

我尝试过:
1. npx ngcc --properties main,如此处建议的https://github.com/angular/angular/issues/31314
2. ng build / ng build --prod-一切都能正确编译,因此我认为Ivy支持每个依赖项

在没有Ivy的情况下,应用程序可以正常工作,而且我不知道如果编译器未显示任何错误,如何跟踪该问题。 任何策略或建议都会有所帮助

0 个答案:

没有答案