3
I know that the ng new nome-projeto
creates a directory with the project inside, but I’m not able to understand the difference between it and the ng generation application
.
In the Angular documentation it is said that the argument application
:
Generates a new basic application definition in the desktop "projects" subfolder.
This command modifies the project files or creates a new project?
I noticed that it only works in the angular app folder but what are the other differences and when to use each of them?