Summary
The deployment of an Angular application is the simplest and most crucial part because it finally makes your awesome application available to the end user. Web applications are all about delivering experiences to the end user at the end of the day.
In this chapter, we learned how to build an Angular application and make it ready for production. We also investigated different ways to optimize the final bundle and learned how to deploy an Angular application into a custom server, manually and automatically, for other hosting providers.
In the next chapter, which is also the final chapter of the book, we will learn how to improve the performance of an Angular application.