1
When studying Angular 6 I was seeing that it has different strategies of how Component is updated according to the Events, XHR and Observables within my application.
After much research I did not find any content in Portuguese on this issue.
I wonder if Angular 4+ has changed the way it updates the Components and whether it is interesting and performative to change the change detection strategy (Changedetectionstrategy) as needed.
If anyone has useful links on the issue I thank you already!
Vlw Eduardo, explained to me!
– Jonathan Santos