Angular报错:Type xxxComponent is part of the declarations of 2 modules: xxxxxx
程序开发
2023-09-14 23:31:33
报错截图以上
出现原因:当前两个模块有公用组件,
文件目录结构:
machine-classify和tool-classify都引用了component下的creat-edit-model
当我点击tool-calssify时会在控制台报错
解决办法:
在creat-edit-model下创建moudle.ts文件,export当前组件即可解决
标签:
上一篇:
[学习笔记]vue实现页面滚动到某一位置时,div以动画出现
下一篇:
相关文章
-
无相关信息