Readdy Write

Angular Error: More than one module matches. Use the skip-import option to skip importing the component into the closest module or use the module option to specify a module.

20.03.2021 (👁5022)

Angular Error:

Immer wenn man eine Komponente erstellen möchte:

ng generate component articles/list-articles

 

dann kommt der Fehler

More than one module matches. Use the skip-import option to skip importing the component into the closest module or use the module option to specify a module.

 

Lösung:

--module app anfügen

ng generate component articles/list-articles ---module app

 


0,00 €