Angular4_ ERROR in Type XX is part of the declarations of 2 modules;

前端之家收集整理的这篇文章主要介绍了Angular4_ ERROR in Type XX is part of the declarations of 2 modules;前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

某个组件在两个模块里面被声明引用了,但是这两个模块之间存在着父子关系,我们只能移除掉在子模块中的引用,保留更高一级的父模块中的引用。

错误详情:

Using multiple components in different modules causing "Type X is part of the declarations of 2 modules" error



GitHub:点击打开链接

官网:点击打开链接

猜你在找的Angularjs相关文章