Thiru LogsAll FAQs
Frontend Development ยท Angular

What is change detection and OnPush in Angular?

BeginnerUpdated 2026-08-08

Angular change detection updates template bindings when application state changes. OnPush reduces checks by relying on input reference changes and other explicit reactive triggers.

#angular#change-detection