Answer
Default Strategy: Angular checks all components, even if data has not changed.
OnPush Strategy: Angular checks only when input references change, observables emit, or events occur.
OnPush improves performance, especially in complex apps.
Default Strategy: Angular checks all components, even if data has not changed.
OnPush Strategy: Angular checks only when input references change, observables emit, or events occur.
OnPush improves performance, especially in complex apps.
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ