Delivering quality software goes far beyond writing good code. In order to achieve high-quality user experience the way you ship and deliver your Angular application is of vital importance.

The main aim of this guide is to show you how you can deliver a robust and high-quality Angular application. You achieve this by optimizing the application for production during the build process.

Introduction

Building your Angular application with the Angular CLI is pretty straight forward. Simply run the following command from your workspace directory.

ng build

The ng build command compiles your angular code and places it in the _dist _ folder by default. For a development build this is okay, however, it does not make the mark for a production build.

The buildcommand takes several options, we will look at some of the important ones in the sections below.

#front-end-development #productivity #devops #angular #javascript

How to Optimize your Angular Application for Production
15.85 GEEK