polyfills.ts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. import 'core-js/es7/reflect';
  18. import 'zone.js/dist/zone';
  19. // If you need to support the browsers/features below, uncomment the import
  20. // and run `npm install import-name-here';
  21. // Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
  22. // Needed for: IE9
  23. // import 'classlist.js';
  24. // Animations
  25. // Needed for: All but Chrome and Firefox, Not supported in IE9
  26. // import 'web-animations-js';
  27. // Date, currency, decimal and percent pipes
  28. // Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
  29. // import 'intl';
  30. // NgClass on SVG elements
  31. // Needed for: IE10, IE11
  32. // import 'classlist.js';