Angular
Angular CLI Basics - ng new

ng new Conclusion

PRO
Outline

ng new creates a new Angular application for us. We can pass flags to the command to alter the default behavior of the command, such as adding routing, or changing the stylesheet format.

If you'd like to learn more about this action, go to the Angular docs and read more about it. You'll also be able to see a complete list of the flags that can be used.