Computer Science, asked by TbiaSamishta, 11 months ago

Could not find an ngmodule. use the skip-import option to skip importing in ngmodule.

Answers

Answered by aqibkincsem
0

The current directory must be changed in cmd/terminal to src/app. For Linux, it must be cd src/app, and for Windows, it must be cd .\src\app\.

The commands must then be executed ng g c myComponent to get the ngmodule. You don't need to skip the importing process in the ngmodule.

Similar questions