Angular on IE 11 intranet - programmatically disable Compatibility View
问题 I'm running an Angular 6 app on company intranet via IE11 . My app compiles to ES5 according to tscnfig.json . I've uncommented and installed all of the IE compatibility lines in polyfills.js . I've also added the suggested meta tag <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> just below my <head> tag. None of this had had the intended behavior of programmatically disabling IE's default Compatibility View settings. By default, IE11 displays intranet sites in Compatibility View ,