In this video, we're going to focus on the runtime performance of Angular applications. First, we'll learn how to profile an app using Chrome DevTools. After that, we'll identify different patterns looking into the profiler's output. For each one of them, we'll discuss strategies for improving the runtime performance and their consequence.
Resources:
• Optimizing an Angular application - M... - Optimizing an Angular application
https://web.dev/rail/ - RAIL model
https://github.com/mgechev/optimizing... - App used for the demo in the video