Angular 2 is not working on ie 9
问题 I've been trying to run an Angular 2 application as a template but while it works really well in Chrome and after adding polyfills it worked on IE 10 and 11 I'm struggling to get it working in IE9! I added Shims polyfills for IE. <!--[if IE]> <script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.3/es6-shim.js"></script> <script src="node_modules/systemjs/dist/system-polyfills.js"></script> <script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>