Angular 2 not loading in IE 11 even after making all the changes mentioned in previous stackflow questions as well as GitHub, Google-Groups and other websites
We are working on a project using Angular 2 as frontend and are able to load everything on all web browsers except IE 11 (and below). The complete typescript itself is not getting loaded and there is nothing on the console to analyze. We tried the following but they did not solve our problem. We used Angular 2 dot net core under *webpack*. Please suggest me other options and recommendations that worked for you....Also let us know if there is any other way to handle when using webpacks in place of other options. 1. < meta http-equiv="X-UA-Compatible" content="IE=edge"> 2. Uncommented the polyfills in polyfills.ts file in src folder 3. In tsconfig.json file changed target to es5 -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
