Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 704 Bytes

SAMPLE.md

File metadata and controls

23 lines (13 loc) · 704 Bytes

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