Part 3: Architecture and Deployment
In this part, you will learn how to build the architecture of your Angular project to meet the challenges and demands of your users. We will explore the best practices for automated testing using the libraries that the framework uses and we will install Cypress for end-to-end testing. We will understand the micro frontend architecture and how to implement it with Angular. We will use the Azure cloud service to perform the build and deploy our example application and finally understand how to update an Angular application and use features from version 17 onwards such as Angular Signals
This part has the following chapters:
- Chapter 10, Design for Tests: Best Practices
- Chapter 11, Micro Frontend with Angular Elements
- Chapter 12, Packaging Everything: Best Practices for Deployment
- Chapter 13, The Angular Renaissance