美文网首页
【Angular4+】Error: More than one

【Angular4+】Error: More than one

作者: 匿于烟火中 | 来源:发表于2019-04-23 14:43 被阅读0次

    Error: More than one module matches. Use skip-import option to skip importing the component into the closest module

    ng generate component xxx时报错

    解决方法:

    ng g c component-name --module ../

    参考

    相关文章

      网友评论

          本文标题:【Angular4+】Error: More than one

          本文链接:https://www.haomeiwen.com/subject/ozwrpqtx.html