Skip to main content

All Questions

2 votes
0 answers
549 views

Not working on ie 11 getting error SCRIPT5022: Exception thrown and not caught

I am using Angular12 for my web project. As there are some users out there who are still using IE11, I need to make this web project compatible. Adding polyfills for reference. Anybody got any idea as ...
Pranshu Dixit's user avatar
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
1 answer
189 views

Ics file description in IE11 - windows 7 contains %5Cn

I have a typescript code in an angular web app to generate an ics file and download it. I am able to download this file successfully in chrome and when I open the ics file, it looks fine with all the ...
Karu's user avatar
  • 1,005
0 votes
0 answers
552 views

Angular with Storybook do not work on IE11

I have a pretty basic Angular 10 app. I have added Storybook with npx sb init. The project requires the app to run on IE11 (13% of the traffic) so I added .babelrc in the project root, removed not ...
Dracco's user avatar
  • 433
5 votes
0 answers
1k views

why I am getting "SCRIPT5021: Invalid range in character set" and blank screen in IE11?

I am using Angular 9, All code is working fine in chrome but not in IE11 , I am no where using any Regex and mostly I am using back tics. Below error is coming in Polyfills-es5.js as on page load: ...
saash_me's user avatar
6 votes
7 answers
18k views

Angular 9 Application Not running on IE11

Our team has created an angular 9 new project and it is working perfectly fine on Google Chrome and Firefox but on IE11 I cant see anything. I have tried everything on from the internet followed every ...
Karthik Saxena's user avatar
0 votes
0 answers
681 views

SCRIPT1003: Expected ':' in IE 11 + angular 7 + vendor.js

I have an Angular application which is not working on IE11 only. I have set up polyfills, /** IE9, IE10 and IE11 requires all of the following polyfills. **/ import "core-js/es6/symbol"; ...
Dhara Gadhiya's user avatar
0 votes
1 answer
122 views

Angular two way binding (different behavior in IE 9)

I am creating an Angular application and utilizing the Angular two way binding method for all of my inputs. The application must be supported for IE versions 9 an above. For the latest versions of IE (...
user7078082'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
0 votes
0 answers
29 views

How to serve Angular 7 application in IE11

I have updated my pollyfills.ts with below changes /** IE9, IE10 and IE11 requires all of the following polyfills. **/ import 'core-js/es6/symbol'; import 'core-js/es6/object'; import 'core-js/es6/...
Akash Kumawat's user avatar
0 votes
1 answer
495 views

Can I debug Typescript service files in IE 11?

I have an Angular (not AngularJS) application (developed with VS Code) which includes a Typescript service. I am able to trace and debug this service just fine when the application is running in ...
TriggerHappy's user avatar
4 votes
1 answer
11k views

SCRIPT1002 Syntax Error in vendor.js - Angular 8 IE11

Trying to get Angular to work in IE 11. I tried everything I found on the web already. I'm getting the following errors: SCRIPT1002: Syntax error File: vendor.js, Line: 110874, Column: 40 Line ...
Jean Silveira's user avatar
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
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

15 30 50 per page