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
0 answers
1k views

Angular 12 and IE 11 production build error. TypeError: Object doesn't support this action

I know IE11 support is deprecated, but it is what the client and contract requires. I am able to get the site to run locally in Internet Explorer 11, but when I do the production build I get an error....
AlisonDev's user avatar
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
1 vote
0 answers
326 views

Angular interactivity issues on Internet Explorer 11

The angular app basically becomes non interactive in some parts when fired up on IE 11. Mouse events are not working . Mouse events such as Hover, Click etc all are unresponsive. Although the elements ...
Angadbir Singh Sandhu's user avatar
0 votes
1 answer
1k views

Angular11 + webcomponents/polyfills + IE11 == nojoy

We are developing a library of W3C Custom Elements (aka Web Components) using Angular 11 as a development tool, with createCustomElement. We need to support IE11, so we are trying to use webcomponents/...
Merl's user avatar
  • 353
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
0 votes
0 answers
601 views

Need help getting IE11 working with Angular 1.5 / Angular 10 (ngUpgrade project)

Im having issues getting IE11 working in my ngUpgrade project. I tried everything I saw with other having similar issues. Im am not using angular cli. Stand alone webpack. I was hoping someone can ...
blankpage985's user avatar
1 vote
2 answers
2k views

angular polyfill problem: IE11 - core-js v3.6.5 method es.string.split.js fails parsing regex /^|\s+/ on split

Angular 10, d3 5.16.0, core-js 3.6.5 The long and short of this is that d3-drag invokes d3-dispatch, which internally calls a method named .parseTypenames. function parseTypenames(typenames, types) { ...
Eyeless Whim's user avatar
0 votes
0 answers
421 views

Type '(pattern: any, flags: any) => RegExp' is missing the following properties from type 'RegExpConstructor': $1, $2, $3, $4, and 7 more

I am trying to use exceljs 4 in Angular 9 and I want to provide support on IE 11. I am trying to follow the instructions provided on the official page of exceljs. I tried to add the below code to ...
Pritam Bohra's user avatar
  • 4,249
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
2 votes
1 answer
817 views

polyfills for an angular app, with web worker created from the CLI

I have an app that requires heavy filtering of data on the client side which is why it is essential to use web workers to keep the UI smooth. I've got a web worker working for one of my filters and I'...
LordMushroom's user avatar
4 votes
1 answer
9k views

URL Polyfill for IE11

I am creating a URL in my angular app using new URL as below. This works on all browsers except IE11. So I tried to add "url-polyfill" to my "package.json" and used import 'url-polyfill' in ...
Deadpool_er's user avatar
3 votes
3 answers
3k views

Angular 8, IE11 error on startup Function.prototype.toString: 'this' is not a Function object

Since upgrading to Angular 8, production builds with the Angular CLI fail on startup in IE11. The error logged in the console is: "Function.prototype.toString: 'this' is not a Function object" and ...
user avatar
2 votes
0 answers
2k views

Uncaught (in promise): [object Undefined]

I have been getting this specific error("Uncaught (in promise): [object Undefined]") in Internet Explorer which seems to be pertaining to polyfills. This seems to be happening when a new promise is ...
karthik's user avatar
  • 39
3 votes
2 answers
1k views

Angular Object.getPrototypeOf: 'this' is not an Object in IE11

I have an Angular 7 app and when I run it in IE11 I get the error "Object.getPrototypeOf: 'this' is not an Object". This error only ocurs when I compile the app with the --prod flag and run on a http ...
CaptainMorgan's user avatar

15 30 50 per page