use zone.js
and long-stack-trace-zone.js
to display longStackTrace information in html.
basic
use zone.js
to monitor async tasks and print the count info.
counting
use zone.js
to profiling sort algorithm.
profiling
use long-stack-trace-zone
to display full flow of complex async operations such as throttle XHR requests.
throttle