blob: 59846fce928a27e3264ea24e36d035729475a239 [file] [log] [blame]
Michael Landodd603392017-07-12 00:54:52 +03001/*-
2 * ============LICENSE_START=======================================================
3 * SDC
4 * ================================================================================
5 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 * ================================================================================
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 * ============LICENSE_END=========================================================
19 */
20
Michael Landoed64b5e2017-06-09 03:19:04 +030021// This file includes polyfills needed by Angular and is loaded before the app.
22// You can add your own extra polyfills to this file.
23import 'core-js/es6/symbol';
24import 'core-js/es6/object';
25import 'core-js/es6/function';
26import 'core-js/es6/parse-int';
27import 'core-js/es6/parse-float';
28import 'core-js/es6/number';
29import 'core-js/es6/math';
30import 'core-js/es6/string';
31import 'core-js/es6/date';
32import 'core-js/es6/array';
33import 'core-js/es6/regexp';
34import 'core-js/es6/map';
35import 'core-js/es6/set';
36import 'core-js/es6/reflect';
37
38import 'core-js/es7/reflect';
39import 'zone.js/dist/zone';
40
41
42// If you need to support the browsers/features below, uncomment the import
43// and run `npm install import-name-here';
44// Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
45
46// Needed for: IE9
47// import 'classlist.js';
48
49// Animations
50// Needed for: All but Chrome and Firefox, Not supported in IE9
51// import 'web-animations-js';
52
53// Date, currency, decimal and percent pipes
54// Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
55// import 'intl';
56
57// NgClass on SVG elements
58// Needed for: IE10, IE11
59// import 'classlist.js';