Angular Performance Optimization - OnPush Change Detection
In our previous blog post we saw why calling functions in Angular template expressions is bad practice and can have huge performance impact on your application.
Now it's time to take a look at Angular ChangeDetectionStrategy and see how it can help us improve the performances of our Angular applications.