Angular
Angular CLI Basics - ng build

ng build Conclusion

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

ng build builds your application for you and prepares it for being deployed to a server in whichever test environment you'd like to deploy it. You can set the configuration using the --configuration or --prod flag, and have more options for flags listed in the documentation.