I am trying to figure out why my angular 2 app is stuck on showing Loading... when running in IE 11.
Following someone\'s suggestion, I\'ve tried this plunker, poste
Uncomment IE section in the src/polyfill.js,
/** IE10 and IE11 requires the following for NgClass support on SVG elements*/
import 'classlist.js';
If any build error for missing package then,
npm install classlist.js --save-exact
Make sure to include below line to set the default IE document mode. Other wise it will open in version 7