0

Ihave a Angular2 app that when I reload a page I get the following 404s..

enter image description here

I do not see these errors when debugging in Chrome - only IE11 an Edge (not tested on earlier IE versions or Safari etc)

I use WebPack for building.

Can someone point me in the right direction please?

Thanks.

Mark Chidlow
  • 1,362
  • 1
  • 22
  • 40

1 Answers1

0

It seems that most of your errors come from Observable and Subscription, it could be a compatibility problem due to ES6 expression. Angular 2 / 4 not working in IE11

Try to enable ES5 for IE instead ;)

andrea06590
  • 1,181
  • 2
  • 9
  • 20