Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 1 | // This file includes polyfills needed by Angular and is loaded before the app. |
| 2 | // You can add your own extra polyfills to this file. |
| 3 | import 'core-js/es6/symbol'; |
| 4 | import 'core-js/es6/object'; |
| 5 | import 'core-js/es6/function'; |
| 6 | import 'core-js/es6/parse-int'; |
| 7 | import 'core-js/es6/parse-float'; |
| 8 | import 'core-js/es6/number'; |
| 9 | import 'core-js/es6/math'; |
| 10 | import 'core-js/es6/string'; |
| 11 | import 'core-js/es6/date'; |
| 12 | import 'core-js/es6/array'; |
| 13 | import 'core-js/es6/regexp'; |
| 14 | import 'core-js/es6/map'; |
| 15 | import 'core-js/es6/set'; |
| 16 | import 'core-js/es6/reflect'; |
| 17 | |
| 18 | import 'core-js/es7/reflect'; |
| 19 | import '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'; |