"More than one module matches. Use skip-import option to skip importing the component into the closest module". Esse erro é retornado no terminal quando gero um component pelo terminal " ng g c home"
"More than one module matches. Use skip-import option to skip importing the component into the closest module". Esse erro é retornado no terminal quando gero um component pelo terminal " ng g c home"
Resolvido erro acontece pq tenho varios NgModule no projeto, funcionou quando usei o comando "ng g c home --skip-import"