Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

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 (👁5027)

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