Thiru LogsAll FAQs
Frontend Development ยท Angular

What is a common mistake with change detection and OnPush in Angular?

IntermediateUpdated 2026-08-08

A common mistake is mutating an input object in place and expecting an OnPush child to detect the change from a new reference that was never created.

#angular#change-detection