Angular
Angular CLI Basics - ng new

ng new Conclusion

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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.