- Course
Angular in Practice: Zoneless Change Detection
Zoneless Angular apps give you more control over change detection, leading to better performance. This course will teach you how to build Angular applications that don’t rely on Zone.js for triggering view updates.
- Course
Angular in Practice: Zoneless Change Detection
Zoneless Angular apps give you more control over change detection, leading to better performance. This course will teach you how to build Angular applications that don’t rely on Zone.js for triggering view updates.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Modern Angular applications demand high performance, but the default Zone.js change detection can introduce unnecessary overhead. In this course, Angular in Practice: Zoneless Change Detection, you'll delve into the intricacies of Angular's change detection mechanism and discover how to operate without Zone.js. First, you'll understand the fundamentals of Angular's change detection and the role of Zone.js. Next, you'll explore how to configure Angular applications to run without zone.js, exploring manual and reactive strategies for triggering view updates. Finally, you'll learn how to implement performance optimizations using ChangeDetectionStrategy and other best practices. By the end of this course, you'll have the skills and knowledge needed to enhance your Angular applications' performance through zoneless change detection.