blob: e39130fbfe560f635fa80353f19d5495180f4b13 [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
ys969316a9fce2020-01-19 13:50:02 +020042
Michael Landoed64b5e2017-06-09 03:19:04 +030043// If you need to support the browsers/features below, uncomment the import
44// and run `npm install import-name-here';
45// Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
46
47// Needed for: IE9
48// import 'classlist.js';
49
50// Animations
51// Needed for: All but Chrome and Firefox, Not supported in IE9
52// import 'web-animations-js';
53
54// Date, currency, decimal and percent pipes
55// Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
56// import 'intl';
57
58// NgClass on SVG elements
59// Needed for: IE10, IE11
60// import 'classlist.js';