angular-cn/packages/zone.js/SAMPLE.md

704 B

Sample

Basic Sample

use zone.js and long-stack-trace-zone.js to display longStackTrace information in html. basic

Async Task Counting Sample

use zone.js to monitor async tasks and print the count info. counting

Profiling Sample

use zone.js to profiling sort algorithm. profiling

Throttle with longStackTrace

use long-stack-trace-zone to display full flow of complex async operations such as throttle XHR requests. throttle