Angular Change Detection
How to explain someone how change detection works in Angular?
Components in Angular are structured as a tree. A lot of abstractization on it
By default, Angular detects if the reference of something that is bound to HTML changes
Every time it changes...
blog.mihaioltean.com2 min read