I'm trying to create a new Angular component with a very simple command line: "ng generate component MY-COMPONENT". But the error occurs: "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."
I'm using version "11.2.19" of angular CLI