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
changing tsconfig.json
tsconfig.json
"target":"es5",
solved my problem