Skip to main content

All Questions

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
2 votes
1 answer
424 views

transpiling to ie 11 fetch is not undefined

I was just playing with typescript and it's transpiling. Most of the stuff gets up and running but for the fetch I was just not able to make it to get transpiled. And I read a lot about it saying that ...
Ricardo Silva's user avatar