Guest User

Untitled

a guest
Feb 25th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /** IE9, IE10 and IE11 requires all of the following polyfills. **/
  2. import 'core-js/es6/symbol';
  3. import 'core-js/es6/object';
  4. import 'core-js/es6/function';
  5. import 'core-js/es6/parse-int';
  6. import 'core-js/es6/parse-float';
  7. import 'core-js/es6/number';
  8. import 'core-js/es6/math';
  9. import 'core-js/es6/string';
  10. import 'core-js/es6/date';
  11. import 'core-js/es6/array';
  12. import 'core-js/es6/regexp';
  13. import 'core-js/es6/map';
  14. import 'core-js/es6/weak-map';
  15. import 'core-js/es6/set';
  16. /** IE10 and IE11 requires the following for NgClass support on SVG elements */
  17. import 'classlist.js'; // Run `npm install --save classlist.js`.
  18. /** Evergreen browsers require these. **/
  19. import 'core-js/es6/reflect';
  20. import 'core-js/es7/reflect';
  21.  
  22. /**
  23. * Required to support Web Animations `@angular/animation`.
  24. * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
  25. **/
  26. import 'web-animations-js'; // Run `npm install --save web-animations-js`.
  27. /***************************************************************************************************
  28. * Zone JS is required by Angular itself.
  29. */
  30. import 'zone.js/dist/zone'; // Included with Angular CLI.
Add Comment
Please, Sign In to add comment