Back to home page

EIC code displayed by LXR

 
 

    


Warning, /phoenix-eic-event-display/src/polyfills.ts is written in an unsupported language. File is not indexed.

0001 /**
0002  * This file includes polyfills needed by Angular and is loaded before the app.
0003  * You can add your own extra polyfills to this file.
0004  *
0005  * This file is divided into 2 sections:
0006  *   1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
0007  *   2. Application imports. Files imported after ZoneJS that should be loaded before your main
0008  *      file.
0009  *
0010  * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
0011  * automatically update themselves. This includes recent versions of Safari, Chrome (including
0012  * Opera), Edge on the desktop, and iOS and Chrome on mobile.
0013  *
0014  * Learn more in https://angular.io/guide/browser-support
0015  */
0016 
0017 /***************************************************************************************************
0018  * BROWSER POLYFILLS
0019  */
0020 
0021 /**
0022  * By default, zone.js will patch all possible macroTask and DomEvents
0023  * user can disable parts of macroTask/DomEvents patch by setting following flags
0024  * because those flags need to be set before `zone.js` being loaded, and webpack
0025  * will put import in the top of bundle, so user need to create a separate file
0026  * in this directory (for example: zone-flags.ts), and put the following flags
0027  * into that file, and then add the following code before importing zone.js.
0028  * import './zone-flags';
0029  *
0030  * The flags allowed in zone-flags.ts are listed here.
0031  *
0032  * The following flags will work for all browsers.
0033  *
0034  * (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
0035  * (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
0036  * (window as any).__zone_symbol__UNPATCHED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
0037  *
0038  *  in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
0039  *  with the following flag, it will bypass `zone.js` patch for IE/Edge
0040  *
0041  *  (window as any).__Zone_enable_cross_context_check = true;
0042  *
0043  */
0044 
0045 /***************************************************************************************************
0046  * Zone JS is required by default for Angular itself.
0047  */
0048 import 'zone.js';  // Included with Angular CLI.
0049 
0050 
0051 /***************************************************************************************************
0052  * APPLICATION IMPORTS
0053  */