Summary
We finally took the last step toward the completion of our magical journey in the Angular framework. The deployment of an Angular app is the simplest and the most crucial part of the whole journey because it finally makes your awesome application available to the end user. Delivering experiences to the end user is what web applications are all about at the end of the day.
In this chapter, we learned how to build an Angular 10 app and make it ready for production. We also investigated different ways to optimize the final bundle and learned how to deploy an Angular 10 app 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 are going to put a sample of what we have learned into practice and build a real-world Angular 10 app.