Hi Amit,
Angular 5 works without a hitch in IE11. Uncomment all the polyfills that are in the aptly named polyfills.ts and it will work. However, if you loaded 3rth parties, or wrote things yourself that are incompatible with IE11, you need to fix those. You can check this by using ng new testIe to generate a test project, and then check if that works indeed. Regards Sander -- 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.
