Skip to main content

All Questions

1 vote
2 answers
3k views

Do we need to compile code in ES5 to support IE 11 in angular 9?

I am working on an angular 9 app and I am wondering , do I need to still compile my code targeting es5 ( as IE 11 does not support ES6 still). The reason for asking this question is, As angular's ...
Akash's user avatar
  • 938
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
0 votes
2 answers
300 views

Bootstrap/Angular dropdown not working in IE11

This is a simple drop down, but in IE11 you cannot see the chosen menu item. Do you know any workarounds? <div class="form-group program-container"> <select class="form-...
Kiril Christov's user avatar
0 votes
2 answers
4k views

SCRIPT1002: Syntax error - IE11 and Angular

I am getting the following error when opening the Angular project from IE11: SCRIPT1002: Syntax error vendor.js (224520,1) The line (224520) which produces the error looks like this: class ...
Sasuke Uchiha'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
0 votes
1 answer
380 views

mat-selection-list component is very slow in IE11 and working fine in other browsers

I am using mat-selection-list in my application and more than 100 options with checkboxes, it is working in chrome, firefox and edge but in IE11 it is very slow and hangs. Here is the sample code: &...
ashok's user avatar
  • 11
1 vote
0 answers
178 views

Opening a new component in child window in IE11 does not work

I followed example https://stackblitz.com/edit/angular-rbapx4?embed=1&file=src/app/app.component.ts resulting with code that executes after (click) event: const componentFactory = this....
ThePropek's user avatar
2 votes
0 answers
364 views

Angular CLI - selective usage of script's crossorigin attribute

To sketch out my problem: We have an angular app, which is served by basic auth protected server. This app is supposed to run among others in IE11 and Safari 12. And we have differential build to ...
Dan Macak's user avatar
  • 16.6k
0 votes
0 answers
139 views

ngIf and ngSwitch won't replace divs in IE11

I'm trying to open a modal and while my GET request to the API is running, I want the modal to show a loading wheel. Once the request completes, I update a "show" variable and the modal content gets ...
Andrew McBride's user avatar
0 votes
1 answer
366 views

NullInjectorError: No provider for function DomSharedStylesHost(_doc) in IE 11 for Angular 9 app with angular material 9.1

I am using anuglar 9 app with angular material 9.1. I am able to see the application works fine in Chrome, MS Edge, mozilla. But for IE 11, I am getting following error in the console. one of the ...
ggn979's user avatar
  • 197
0 votes
2 answers
1k views

Input field is dirty and shows red border validation only in IE11 (Angular8)

Hi guys :) This is my first question here, so I hope that you will understand it properly. On my login screen I have 'username' and 'password' fields. When loading the site on IE 11 the second input (...
Din Tanovic'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
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

15 30 50 per page
1 2 3
4
5
20