I have created a new project using jhipster and imported it into Intellij. When i try to create a new angular component i get an error.Here is what i did:
File >> New >> Angular cli >> component > ok.
I get the following error:
C:\Program Files\nodejs\node.exe" D:/TestareJhipster/Testare1/node_modules/@angular/cli\bin\ng generate component cacat Could not find an NgModule for the new component. Use the skip-import option to skip importing components in NgModule. Error: Could not find an NgModule for the new component. Use the skip-import option to skip importing components in NgModule. Done
Is there another way to create a component?