当我尝试在角度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,请运行以下命令:
原文链接:https://www.f2er.com/angularjs/143899.html例如,如果主模块是app.module.ts,请运行以下命令:
ng g c new-component --module app