Skip to main content

All Questions

0 votes
1 answer
218 views

Angular application working with IE11 locally but not when hosted on IIS

I have made my angular application (using .NET Core 3.1) compatible with IE11 based on the steps described in this tutorial: https://dev.to/coly010/angular-how-to-support-ie11-4924 It runs just fine ...
Chris's user avatar
  • 1,877
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
0 votes
1 answer
620 views

IE 11 not loading Angular 10 app after recommended fixes

I've gone with the standard fix for IE11 issues with Angular 10 apps (not loading fonts, script errors for certain characters in the bundled files) -- by adding a tsconfig-es5.app.json file with a ...
fumeng's user avatar
  • 1,800
0 votes
0 answers
81 views

Angular ngModel select in ie11

I have a form with 2 select: But in IE11 options are not displayed: I use ng Model in select, without it everything is displayed perfectly, what could be the reason?
KusGrus's user avatar
  • 75
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
1 answer
1k views

Angular 9.x Application Doesn't Load in IE11

Recently we discovered that Internet Explorer (IE10, IE11) is no longer loading our Angular v9.x application. It was bootstrapping and loading the application a couple months ago, and through a guard ...
mtpultz's user avatar
  • 18k
0 votes
0 answers
1k views

Microsoft Edge Browser opens Angular application in compatibility mode: IE 11

I am trying to run the angular application in Microsoft Edge browser(created build ng build --prod), but the application is opening in compatibility mode: IE 11. If I run the application locally(...
Sanjay Phadtare's user avatar
1 vote
3 answers
1k views

Angular: Change Font Size options for users in IE11 (CSS-Variables)

I am developing an Angular application. From the webpage, the user can select a small, medium or large fonts (medium is the default) and based on that we have to change the font size all over the page....
Naman Jain's user avatar
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
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
2 votes
2 answers
6k views

Error: In this configuration Angular requires Zone.js in Angular app in IE11

Im using angular 9 application, on-load of the app Im getting this error in IE11. Error: In this configuration Angular requires Zone.js. And Component doesn't load and shows the above error in console....
Sanjay sahaj'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
373 views

gaphql API is not working in IE edge and IE 11

The graphql url is not working and not fetching the data in both IE edge and IE 11 browsers. I am usiong Angular 9 application and have installed classlist.js and web-animations.js from polyfills.ts. ...
ILearner's user avatar
  • 131
1 vote
1 answer
818 views

Angular HttpClient gets status 0 (Safari and IE)

I'm using Angular HttpClient. The problem is that sometimes an error occurs and the client gets status 0 "Unknown Error" back. We've found that the problem only happens in Safari (iOS and ...
Anders Winther-Dahl's user avatar
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

15 30 50 per page
1
2
3 4 5
20