Skip to main content

All Questions

3 votes
1 answer
5k views

Providing IE11 support in Angular 13

Google has removed IE11 support in Angular 13. In the company that I work for, we have to keep IE11 support for the next few months due to contractual obligations. As it's unclear what is the extent ...
Marcin Czarkowski's user avatar
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
1 vote
0 answers
199 views

IE11 uses first select option as a placeholder rather than blank select

I came across a bug where IE11 decides to put a 'placeholder' on a mandatory select if the model's variable value doesn't exist. Say select value = vm.model.name and it doesn't exist just yet because ...
LazioTibijczyk's user avatar