Change Detection Strategy - faster Angular
What is Change Detection in Angular?
To put it simply, Change Detection in Angular is a mechanism for detecting changes and rendering them. Angular checks the current state with the new state and if any changes have been made, the view is rerendered....
frontend-mind.com6 min read