Angular 9从Angular 8升级OtherModule在路径中导入的路径中出现意外值ModuleName,请添加@NgModule注释
我有一个库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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论