Skip to main content

All Questions

0 votes
1 answer
427 views

How to make the angular application to run on IE 11 ? Got Error when trying to achieve

I have tried possible ways to make my angular 7 application to work (changed polyfills file) on IE 11 but none is worked. Is there anything I am missing. How should I make it work.Kindly please help ...
Ramyachinna's user avatar
0 votes
1 answer
1k views

Angular development mode is really slow in Internet Explorer 11 (but fine with newer browsers)

I am running an Angular 7.x app which is heavy on textareas & Angular Material that appears to be really slow when using this in Internet Explorer 11. Using modern browsers the app this seems fine ...
Zabs's user avatar
  • 14.1k
4 votes
2 answers
5k views

Angular mat-tab lazy load and keep data between tabs

I am using Angular Material mat-tab and each tab has content of dynamic forms. I am trying to use lazy loading approach in order to avoid loading all the tabs content at the beginning and only load ...
Mo Halem's user avatar
  • 184
0 votes
3 answers
1k views

Internet Explorer says 'Invalid character in vendor.js' ( ` )

Angular 7 application not working on internet explorer. It says invalid character in vendor.js I have already apply polyfills.ts changes but it still not working. my tsconfig.json => { "...
oktykrk's user avatar
  • 111
1 vote
2 answers
1k views

Angular 7 and IE

I'm getting this error in IE 11 when viewing the angular app SCRIPT445: Object doesn't support this action zone.js (199,1) if (this._zoneDelegate.handleError(this, error)) { throw error; } ...
dan070's user avatar
  • 356
0 votes
0 answers
369 views

Text-mask addon with IE 11 + angular 7+

I am working on a project where my collegues used a 3rd party text masking method. This one with createNumberMask addon. I got the glorious sub-task to allow IE10+ users to view our gorgeous work. ...
Exitl0l's user avatar
  • 509
1 vote
0 answers
256 views

Can see data coming in network tab, but it doesn't reaches angular7 httpclient call

Problem is I can see the data coming back in the request from browser, but it never reaches where I want it however the http get request fails and outputs the error I put below, I already enabled ...
Mathematics's user avatar
  • 7,548