Search⌘ K

Overview

Discover how to build an optimized production version of your Angular application by reducing bundle size, enhancing performance, and deploying it to a web server to make your app accessible worldwide.

We'll cover the following...

A web application should typically run on the web and be accessible by anyone from anywhere. It needs two essential ingredients: a web server hosting the application and a production build to deploy it to that server. In this chapter, ...