Frontend Development ยท Angular
What is change detection and OnPush in Angular?
Angular change detection updates template bindings when application state changes. OnPush reduces checks by relying on input reference changes and other explicit reactive triggers.