|
|
|
@ -1,3 +1,7 @@ |
|
|
|
/*************************************************************************************************** |
|
|
|
* Load `$localize` onto the global scope - used if i18n tags appear in Angular templates. |
|
|
|
*/ |
|
|
|
import '@angular/localize/init'; |
|
|
|
/** |
|
|
|
* This file includes polyfills needed by Angular and is loaded before the app. |
|
|
|
* You can add your own extra polyfills to this file. |
|
|
|
@ -13,23 +17,19 @@ |
|
|
|
* |
|
|
|
* Learn more in https://angular.io/guide/browser-support
|
|
|
|
*/ |
|
|
|
|
|
|
|
/*************************************************************************************************** |
|
|
|
* BROWSER POLYFILLS |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
* IE11 requires the following for NgClass support on SVG elements |
|
|
|
*/ |
|
|
|
// import 'classlist.js'; // Run `npm install --save classlist.js`.
|
|
|
|
|
|
|
|
/** |
|
|
|
* Web Animations `@angular/platform-browser/animations` |
|
|
|
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. |
|
|
|
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). |
|
|
|
*/ |
|
|
|
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
|
|
|
|
|
|
|
/** |
|
|
|
* By default, zone.js will patch all possible macroTask and DomEvents |
|
|
|
* user can disable parts of macroTask/DomEvents patch by setting following flags |
|
|
|
@ -53,12 +53,10 @@ |
|
|
|
* (window as any).__Zone_enable_cross_context_check = true; |
|
|
|
* |
|
|
|
*/ |
|
|
|
|
|
|
|
/*************************************************************************************************** |
|
|
|
* Zone JS is required by default for Angular itself. |
|
|
|
*/ |
|
|
|
import 'zone.js'; // Included with Angular CLI.
|
|
|
|
|
|
|
|
import 'zone.js'; // Included with Angular CLI.
|
|
|
|
|
|
|
|
/*************************************************************************************************** |
|
|
|
* APPLICATION IMPORTS |
|
|
|
|