Summary
In this chapter, we used the knowledge that we gained in previous chapters to create a full Angular 10 app from scratch. Throughout building this application, we applied different techniques that we have learned in this book.
We used the Angular Material 10 library to style the application and give it a unique look and feel. We added routing to enhance its navigation experience and used forms to collect user data. We learned how to override the Angular in-memory Web API and implement custom logic for handling HTTP methods. But most importantly, we saw the benefits of using the Angular framework to build a web application.
Unfortunately, our journey with the Angular framework ends here. However, the possibilities of what we can do are endless. The Angular framework is updated with more new features in each release, giving web developers a powerful tool in their toolchain. We were delighted to have you on board, and we hope that this book broadens your imagination about...