blob: d8f92c146dd90efc2752f17dcf22d15c906e04f1 [file] [log] [blame]
Skip Wonnell2c977e22018-03-01 08:30:15 -06001/*
2============LICENSE_START==========================================
3===================================================================
4Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
5===================================================================
6
7Unless otherwise specified, all software contained herein is licensed
8under the Apache License, Version 2.0 (the License);
9you may not use this software except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations under the License.
19
20ECOMP 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. **/
45import 'core-js/es6/symbol';
46import 'core-js/es6/object';
47import 'core-js/es6/function';
48import 'core-js/es6/parse-int';
49import 'core-js/es6/parse-float';
50import 'core-js/es6/number';
51import 'core-js/es6/math';
52import 'core-js/es6/string';
53import 'core-js/es6/date';
54import 'core-js/es6/array';
55import 'core-js/es6/regexp';
56import 'core-js/es6/map';
57import 'core-js/es6/weak-map';
58import 'core-js/es6/set';
59import 'core-js/es6/reflect';
60import 'core-js/es7/reflect';
61import 'zone.js/dist/zone'; // Included with Angular CLI.