Skip to main content

All Questions

4 votes
2 answers
840 views

Angular CLI remove arrow functions?

I am trying to get my code running on IE11, however, I am having issues with arrow functions. I cannot figure out how to remove them from the build and replace them with function() {}. It looks like ...
Get Off My Lawn's user avatar
5 votes
1 answer
2k views

IE11 Angular-CLI source maps not working

Using Angular-CLI 1.0 and Angular 4, I am unable to get source maps working despite having //# sourceMappingURL=main.bundle.js.map in the bundled JavaScript. Does anyone know a work around to get the ...
Jolleyboy's user avatar
  • 1,363
25 votes
2 answers
12k views

IE11 Angular 2 error "Expected identifier, string or number"

Well, I have created site using Angular 2. When I run "ng-serve" command and trying to test my site using "http://localhost:4200" in Google Chrome and IE11 it works perfectly, but, if I build project ...
David Maisuradze's user avatar