While studying Angular 6 I was seeing that it has different strategies of how the component is updated according to the Events, XHR and Observables within my application.
After much research I did not find any content in Portuguese about this issue.
I would like to know if Angular 4+ has changed the way it updates the components and if it is interesting and performative to change the ChangeDetectionStrategy strategy as needed.
If someone has useful links about the issue already thank you!