Angular
Angular CLI Basics - ng build

ng build Conclusion

PRO
Outline

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.