I built one Angular 4 application using angular/cli and deployed on XAMPP. However, on all the browsers, it works fine except for IE. When I open it in IE, I don't know but somehow the IE version changes to IE 7 (default) instead of IE 11 (default). When I change it to IE11, the application works perfectly.
I have uncommented all the 'polyfills' in 'polyfills.ts' file and installed 'classlist.js' and 'web-animation-js' as well.
Has anyone else faced this issue ?
Any help in this regard is appreciated.