If you already have a solid understanding of Angular 10 and are looking to learn more about the newer concepts and best practices in Angular, here’s a guide to the key concepts and architectural patterns you should focus on:
- Concept: Ivy is Angular’s rendering engine introduced in Angular 9, and it is now the default. It provides better performance, smaller bundle sizes, and improved debugging.
- What to Learn: Understand how Ivy changes the way Angular compiles and renders components, and how it affects the size and performance of your application.
- Concept: Standalone components simplify the Angular module system by allowing components to be used without a module.