Skip to main content

All Questions

2 votes
0 answers
866 views

Polyfill error "Syntax error in regular expression" in Angular application for Internet Explorer 11

My angular application (version 11) is not running in Internet Explorer 11. I get the error Syntax error in regular expression in the polyfills-es5.js file. polyfill error in browser console error in ...
ap087's user avatar
  • 49
0 votes
1 answer
2k views

Run Angular 11 Application with IE11

I have created an webapplication with Angular 11. Now, the customer will run it with IE11 (for showing a webpage on a big TV-Screen which still exists and have an integrated IE11-Browser) for this,, I ...
BennoDual's user avatar
  • 6,179
0 votes
0 answers
274 views

Angular9 upgrade to Angular11 IE11 issue

We are trying to upgrade our angular 9.0.4 application to angular 11.2.7. In the previous version the application worked fine in IE11 but after the upgrade it does not works anymore (nothing shown ...
Zsolt Balogh's user avatar
0 votes
1 answer
2k views

Angular IE11 file upload Cancel event

We have an application where we need to support IE11 with file upload functionality. The version of angular is Angular 11. There is file upload control, which is working fine in all browsers except ...
Biju Thomas's user avatar
  • 1,109
2 votes
1 answer
2k views

angular CLI 11 version is not working in Internet explorer 11

Angular CLI 11 not working in IE 11 I have used import 'zone.js/dist/zone'; // Included with Angular CLI. import 'web-animations-js'; // Run npm install --save web-animations-js. import 'classlist....
Vijay's user avatar
  • 33