Skip Wonnell | 2c977e2 | 2018-03-01 08:30:15 -0600 | [diff] [blame] | 1 | /* |
| 2 | ============LICENSE_START========================================== |
| 3 | =================================================================== |
| 4 | Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. |
| 5 | =================================================================== |
| 6 | |
| 7 | Unless otherwise specified, all software contained herein is licensed |
| 8 | under the Apache License, Version 2.0 (the License); |
| 9 | you may not use this software except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | |
| 20 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | ============LICENSE_END============================================ |
| 22 | */ |
| 23 | |
| 24 | /** |
| 25 | * This file includes polyfills needed by Angular and is loaded before the app. |
| 26 | * You can add your own extra polyfills to this file. |
| 27 | * |
| 28 | * This file is divided into 2 sections: |
| 29 | * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. |
| 30 | * 2. Application imports. Files imported after ZoneJS that should be loaded before your main |
| 31 | * file. |
| 32 | * |
| 33 | * The current setup is for so-called "evergreen" browsers; the last versions of browsers that |
| 34 | * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), |
| 35 | * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. |
| 36 | * |
| 37 | * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html |
| 38 | */ |
| 39 | |
| 40 | /*************************************************************************************************** |
| 41 | * BROWSER POLYFILLS |
| 42 | */ |
| 43 | |
| 44 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/ |
| 45 | import 'core-js/es6/symbol'; |
| 46 | import 'core-js/es6/object'; |
| 47 | import 'core-js/es6/function'; |
| 48 | import 'core-js/es6/parse-int'; |
| 49 | import 'core-js/es6/parse-float'; |
| 50 | import 'core-js/es6/number'; |
| 51 | import 'core-js/es6/math'; |
| 52 | import 'core-js/es6/string'; |
| 53 | import 'core-js/es6/date'; |
| 54 | import 'core-js/es6/array'; |
| 55 | import 'core-js/es6/regexp'; |
| 56 | import 'core-js/es6/map'; |
| 57 | import 'core-js/es6/weak-map'; |
| 58 | import 'core-js/es6/set'; |
| 59 | import 'core-js/es6/reflect'; |
| 60 | import 'core-js/es7/reflect'; |
| 61 | import 'zone.js/dist/zone'; // Included with Angular CLI. |