I have an angular app hosted on intranet. It automatically tries to run under IE mode when using Edge browser. I tried removing <meta http-equiv="X-UA-Compatible" content="IE=edge">
from index.html but no luck. IE Mode configuration has been disabled at browser level so I am not able to change it using settings. However, I know there are some websites which automatically run as NON-IE mode so there seems to be some meta settings.
Is there any specific settings required to force it run as NON-IE mode?