Part 3:Getting Ready for Production with Automated Tests, Performance, Security, and Accessibility
In the last part, you’ll learn how to improve the performance of your Angular applications and make them more secure and accessible for everyone. Starting with performance, you’ll do a deep dive into Angular’s change detection mechanism, learning how Angular detects changes and what actions you can take to reduce the number of change detection cycles. When you know how change detection works in detail, you’ll learn how to prevent other factors from impacting the performance of your Angular applications. Then, you will explore some common security risks when developing Angular applications and how to mitigate them. Furthermore, you’ll dive into accessibility, making your application content translatable using Transloco and learning how to develop applications accessible to users from different locations and abilities. Additionally, you’ll learn...