angular4使用命令創(chuàng)建組件失?。?/p>
Error: More than one module matches. Use skip-import option to skip importing the component into the closest module.
More than one module matches. Use skip-import option to skip importing the component into the closest module.
根據(jù)命令提示使用skip-import參數(shù)跳過(guò)將組件導(dǎo)入到最近的模塊
ng g c test --skip-import