Zone Promises
HTML
<script src="https://unpkg.com/zone.js?main=browser"></script>
JavaScript
// See 'External Resources' in left panel
// This fiddle loads Zone.js which overrides Promise with ZoneAwarePromise
const p = new Promise();
console.log(p.constructor.name); // prints ZoneAwarePromise