angular – 错误:多个模块匹配.使用skip-import选项跳过将组件导入最近的模块

前端之家收集整理的这篇文章主要介绍了angular – 错误:多个模块匹配.使用skip-import选项跳过将组件导入最近的模块前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我尝试在角度cli中创建一个组件时,它向我显示错误.我怎么摆脱它?

我使用角度cli版本:1.4.1

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

使用–module参数指定模块.
例如,如果主模块是app.module.ts,请运行以下命令:
ng g c new-component --module app
原文链接:https://www.f2er.com/angularjs/143899.html

猜你在找的Angularjs相关文章