Direction: Choose the correct option
Q1.
What is change detection in Angular?
Direction: Choose the correct option
Q2.
What is the `OnPush` change detection strategy?
Direction: Choose the correct option
Q3.
How do you enable `OnPush` strategy?
Direction: Choose the correct option
Q4.
What is lazy loading's role in performance?
Direction: Choose the correct option
Q5.
What is `trackBy` used for in `*ngFor`?
Direction: Choose the correct option
Q6.
What is the role of `pure` pipes in performance?
Direction: Choose the correct option
Q7.
How does `ChangeDetectorRef` help with performance?
Direction: Choose the correct option
Q8.
What is the purpose of `runOutsideAngular` in `NgZone`?
Direction: Choose the correct option
Q9.
What is the impact of too many DOM elements in a template?
Direction: Choose the correct option
Q10.
What is the purpose of `defer` in Angular (coming in future versions)?
