blob: 3a5bfc592a728c1ee98ca75e00d488ca86c58101 [file] [log] [blame]
Michael Landoed64b5e2017-06-09 03:19:04 +03001// This file includes polyfills needed by Angular and is loaded before the app.
2// You can add your own extra polyfills to this file.
3import 'core-js/es6/symbol';
4import 'core-js/es6/object';
5import 'core-js/es6/function';
6import 'core-js/es6/parse-int';
7import 'core-js/es6/parse-float';
8import 'core-js/es6/number';
9import 'core-js/es6/math';
10import 'core-js/es6/string';
11import 'core-js/es6/date';
12import 'core-js/es6/array';
13import 'core-js/es6/regexp';
14import 'core-js/es6/map';
15import 'core-js/es6/set';
16import 'core-js/es6/reflect';
17
18import 'core-js/es7/reflect';
19import 'zone.js/dist/zone';
20
21
22// If you need to support the browsers/features below, uncomment the import
23// and run `npm install import-name-here';
24// Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
25
26// Needed for: IE9
27// import 'classlist.js';
28
29// Animations
30// Needed for: All but Chrome and Firefox, Not supported in IE9
31// import 'web-animations-js';
32
33// Date, currency, decimal and percent pipes
34// Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
35// import 'intl';
36
37// NgClass on SVG elements
38// Needed for: IE10, IE11
39// import 'classlist.js';