Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao criar componente via terminal pelo angular cli

"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"

1 resposta
solução!

Resolvido erro acontece pq tenho varios NgModule no projeto, funcionou quando usei o comando "ng g c home --skip-import"