What does the ChangeDetectionStrategy.OnPush strategy signify in an Angular component?
- Automatic change detection
- Manual change detection
- No change detection
- Two-way data binding
The ChangeDetectionStrategy.OnPush signifies that change detection is manual, and Angular checks for changes only when data-bound properties change or events occur.
Loading...
Related Quiz
- In Angular, to manually control the emission of values in an Observable, you can use a _____.
- Angular provides the _____ function to define a sequence of animation steps.
- How can you dynamically add a new control to a Form Array in Angular?
- What is the primary purpose of Dependency Injection (DI) in Angular?
- What is the primary use of "spy" functions in Jasmine?