I work on an Angular application which use several third party libraries (leaflet/wijmo/d3/..).
For performances, I already use cdRef.OnPush
almost everywhere.
And to prevent too many Zone runs, I use zone.runOutsideAngular()
inside some specific components but I've seen some weird behaviors and would like to understand more when and from where (in MY code) Zone is triggered.
Do you know a way to log this?
[angular@5.2.3
& zone.js@0.8.19
]