Zone Promises

HTML

<script src="https://unpkg.com/[email protected]?main=browser"></script>
<script src="https://unpkg.com/[email protected]/client/shim.js"></script>

JavaScript

// See 'External Resources' in left panel

// This fiddle loads Zone.js and core-js scripts. 
// Change the order of the scripts to impact the output.

const p = Promise.resolve();

console.log(p.constructor.name); 
// ZoneAwarePromise are overriden if core-js is last => output is `Promise` in such case