Well, I have created site using Angular 2. When I run \"ng-serve\" command and trying to test my site using \"http://localhost:4200\" in Google Chrome and IE11 it works perf
The main problem is IE has Compatibility Mode enabled by default. And IE 11 has some compatibility mode issues. As per the followings question answer Angular 2 / 4 not working in IE11
When I tried to disable the compatibility mode off It works fine.
But ingeneral user will not off the compatibility mode. So I want a good solution for that.
Then I found following solution form Force IE compatibility mode off using tags