Angular 9从Angular 8升级OtherModule在路径中导入的路径中出现意外值ModuleName,请添加@NgModule注释

发布于 2025-01-09 03:58:53 字数 296 浏览 0 评论 0原文

我有一个库test1,它有2个模块moduletest和moduletest2,moduletest2使用moduletest,它被迁移到ng9。 现在迁移另一个库 test2,该库在 test2 库中的一个模块中同时使用 moduletest 和 moduletest2,在构建库 test2 时,出现错误

Unexpected value moduletest in path(test2 库中模块的路径) 由 OtherModule(test2 的模块导入) )在路径中请添加@NgModule注释。

相同的导入结构适用于 Angular 8。

I have a library test1, which has 2 modules moduletest and moduletest2, moduletest2 uses moduletest, which is migrated to ng9.
now migrating another library test2, which uses both moduletest and moduletest2 in one of the modules in test2 library, while building the library test2, getting the error

Unexpected value moduletest in path(path of module in test2 library) imported by OtherModule(module of test2) in path please add @NgModule annotation.

Same import structure works fine with angular 8.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文