Rohan Patel | 5f5c7ec | 2019-09-25 14:35:28 -0400 | [diff] [blame^] | 1 | /* Copyright (c) 2019 AT&T Intellectual Property. #
|
| 2 | # #
|
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); #
|
| 4 | # you may not use this file except in compliance with the License. #
|
| 5 | # You may obtain a copy of the License at #
|
| 6 | # #
|
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 #
|
| 8 | # #
|
| 9 | # Unless required by applicable law or agreed to in writing, software #
|
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, #
|
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
|
| 12 | # See the License for the specific language governing permissions and #
|
| 13 | # limitations under the License. #
|
| 14 | ##############################################################################*/
|
| 15 |
|
| 16 |
|
| 17 | /**
|
| 18 | * This file includes polyfills needed by Angular and is loaded before the app.
|
| 19 | * You can add your own extra polyfills to this file.
|
| 20 | *
|
| 21 | * This file is divided into 2 sections:
|
| 22 | * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
|
| 23 | * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
|
| 24 | * file.
|
| 25 | *
|
| 26 | * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
|
| 27 | * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
|
| 28 | * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
|
| 29 | *
|
| 30 | * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
|
| 31 | */
|
| 32 |
|
| 33 | /***************************************************************************************************
|
| 34 | * BROWSER POLYFILLS
|
| 35 | */
|
| 36 |
|
| 37 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/
|
| 38 | import 'core-js/es6/symbol';
|
| 39 | import 'core-js/es6/object';
|
| 40 | import 'core-js/es6/function';
|
| 41 | import 'core-js/es6/parse-int';
|
| 42 | import 'core-js/es6/parse-float';
|
| 43 | import 'core-js/es6/number';
|
| 44 | import 'core-js/es6/math';
|
| 45 | import 'core-js/es6/string';
|
| 46 | import 'core-js/es6/date';
|
| 47 | import 'core-js/es6/array';
|
| 48 | import 'core-js/es6/regexp';
|
| 49 | import 'core-js/es6/map';
|
| 50 | import 'core-js/es6/weak-map';
|
| 51 | import 'core-js/es6/set';
|
| 52 |
|
| 53 | (window as any).global = window;
|
| 54 |
|
| 55 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
| 56 | //import 'classlist.js'; // Run `npm install --save classlist.js`.
|
| 57 |
|
| 58 | /** Evergreen browsers require these. **/
|
| 59 | import 'core-js/es6/reflect';
|
| 60 | import 'core-js/es7/reflect';
|
| 61 |
|
| 62 | /**
|
| 63 | * Required to support Web Animations `@angular/platform-browser/animations`.
|
| 64 | * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
|
| 65 | **/
|
| 66 | //import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
| 67 |
|
| 68 | /***************************************************************************************************
|
| 69 | * Zone JS is required by Angular itself.
|
| 70 | */
|
| 71 | import 'zone.js/dist/zone'; // Included with Angular CLI.
|
| 72 |
|
| 73 | /***************************************************************************************************
|
| 74 | * APPLICATION IMPORTS
|
| 75 | */
|
| 76 |
|
| 77 | /**
|
| 78 | * Date, currency, decimal and percent pipes.
|
| 79 | * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
|
| 80 | */
|
| 81 | // import 'intl'; // Run `npm install --save intl`.
|
| 82 | /**
|
| 83 | * Need to import at least one locale-data with intl.
|
| 84 | */
|
| 85 | // import 'intl/locale-data/jsonp/en';
|