Answer
OnPush change detection checks a component only when its input reference changes, an event occurs, or an observable emits.
It improves performance in large, data-heavy applications by reducing unnecessary change detection cycles.
OnPush change detection checks a component only when its input reference changes, an event occurs, or an observable emits.
It improves performance in large, data-heavy applications by reducing unnecessary change detection cycles.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ