Skip to main content

All Questions

1 vote
1 answer
501 views

Angular 8 application not running on IE11

I've been trying to run my Angular 8 application on IE11. So far, I have tried all the steps stated in this article, Angular 8 and IE 11 and still getting errors as this picture ->IE console ...
Vandana Shukla's user avatar
0 votes
0 answers
560 views

Angular 8 application is not working in IE. ( Not using Angular CLI )

Recently we have upgraded our application from Angular 5 to 8. It is working fine in Chrome and Microsoft Edge but not in IE 11. I am not using Angular CLI so please do not post CLI based solutions. I ...
Imran Khan's user avatar
1 vote
0 answers
471 views

Angular 8 Application running issues in IE11

App is not starting in IE11 locally but works when deployed on azure.I have added all the polyfills required to run angular on ie 11, however i am getting this SCRIPT 5022 error when running the ...
Pratyush Swain's user avatar
1 vote
2 answers
2k views

Angular 8 Project not working in IE11 even thought I have gone through every step

you have probably heard of this problem way too often. But I can't seem to find the solution for this. Every time I server the app and start it on IE I get a syntax error in the vendor.js pointing to ...
Nurullah Yel's user avatar
1 vote
1 answer
2k views

Angular 8 app is not opening in Internet Explorer

I am new to Angular 8 and currently developing a web-app in it. It is working fine in Google Chrome and EDGE but it is not even being load in IE 11. I explored for the solution over the internet and ...
Arsman Ahmad's user avatar
  • 2,154
2 votes
1 answer
2k views

Angular 8 ES5 target is not fully transpiled to ES5, causing problems with IE11

tldr; Building app with target=es2015 and differential loading works in IE11 when running on standalone server. Building it with target=es5 does not work in IE11 example reproducible code: https://...
heisa's user avatar
  • 854
8 votes
3 answers
16k views

Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular ...
chimaira's user avatar
  • 183
2 votes
1 answer
818 views

Material-UI drop-down menu causing error in IE11 after updating to angular 8

Angular 8 application with material 8 throws following error on IE11 when the material menu is opened: Unable to get property 'opacity' of undefined or null reference It worked well with angular 7.2....
Tom's user avatar
  • 1,500