I have one SPA devel0ped in Angular6, it works fine in chrome and Firefox but i get blank screen in IE and Edge.I have un-commented all the imports in polyfill.js for IE and Edge still i can't see my application running in IE n Chrome both.
Asked
Active
Viewed 73 times
1
-
2And nothing in the console.log? (Welcome to Stackoverflow by the way) – Carsten Nov 06 '18 at 06:42
-
Possible duplicate of [Angular 2 / 4 / 5 not working in IE11](https://stackoverflow.com/questions/35140718/angular-2-4-5-not-working-in-ie11) – Zze Nov 06 '18 at 07:44
-
You are probably forgetting to target `es5` in your `tsconfig.json`. – Zze Nov 06 '18 at 07:45
-
Try to use F12 developer tools to debug your code and check whether it contains some error. – Zhi Lv Nov 07 '18 at 07:09