I am trying to run the angular application in Microsoft Edge browser(created build ng build --prod), but the application is opening in compatibility mode: IE 11. If I run the application locally(command - ng serve) the application is behaving correctly (opening in edge browser without any compatibility mode), Please suggest if there any configuration changes/code change required for the production build.
Microsoft Edge Browser opens Angular application in compatibility mode: IE 11
1.1k Views Asked by Sanjay Phadtare At
0
There are 0 best solutions below
Related Questions in ANGULAR
- Is it possible to use ES5 JavaScript with Angular 2 instead of TypeScript?
- Module '"angular2/angular2"' has no exported member 'For'
- import syntax in typescript creating another js file in visual studio
- Separate ts file for imports
- How to use an AngularJS 2 component multiple times in the same page?
- injectables not working in angular 2.0 latest build 26
- Does angular2 bootstrap have a way to dynamically target elements like it does in angular 1.x
- Import {} from location is not found in VS Code using TypeScript and Angular 2
- Angular 2/Typescript: require not found
- ng-switch in Angular2
- Angular 2 import issue: "Zone already exported on window the object!"
- How to make FileReader work with Angular2?
- Writing the most basic Unit test in Angular 2?
- Angular2: Creating child components programmatically
- AngularJS - TypeError: Cannot read property 'canonicalUrl' of undefined
Related Questions in CROSS-BROWSER
- How can I get a button on the side of a text box to be perfectly aligned all the time?
- Opening Browser Instances from different Vendors
- Firefox not recognizing background-size: cover with Cycle2 Slider injections
- CSS Works in Chrome but not Firefox
- Page cached tracking using javascript
- Browser compatibility of Polymer
- IE compatibility Changing is not working in Windows10 using meta tag
- Cross browser kerning properly technique
- Chrome and Opera refuse to transition from flex: 0 to flex: 1
- How often do Apple update fixes for Safari on iOS?
- Different text align behavior for firefox
- video not getting in ie and mozilla in bootstrap framework
- Translation with Zend Translate only works in OSX Firefox, no others browsers
- Custom cursor not working in IE8
- Get innerWidth of Bootstrap button (crossbrowser)
Related Questions in INTERNET-EXPLORER-11
- detecting plugins on IE11 using javascript
- KO binding is not working in IE10 and IE11
- Using JSSOR Slider with IE11
- Content of iframe (ionic app) doesn't scroll on Internet Explorer using touch
- Angular on a svg - $sce.trustAsHtml inside svg does not work in safari and ie
- PDF cannot be seen on IE11/10/9 recently
- Execute Javascript onWindowClose in IE11
- IE Rendering Bug on EM sized inputs
- Strange behaviour with spliting a string in Javascript
- Media Source Extension on Firefox and IE
- Run Native Client Within Chrome Frame in Internet Explorer
- JavaScript in IE11 giving me script error 1003
- function.bind() not supported in IE8. make it available specifically for IE8 browsers? or keep it generic
- Once page load , table content disappearing in IE 11
- Security Error on IE11 when using Worker
Related Questions in MICROSOFT-EDGE
- Microsoft Edge browser javascript runtime "permission denied" error
- XPath expression using "and" doesn't work in Microsoft Edge?
- How to change homepage by Registry in Edge Browser
- Will Microsoft Edge use prefixes like -webkit- or -ms-?
- Why does Microsoft Edge (formerly Project Spartan) prompt to open this website in Internet Explorer?
- Modal windows aren't responding in Microsoft Edge (Spartan)
- XMLHttpRequest: Network Error 0x80070005, Access is denied on Microsoft Edge (but not IE)
- Microsoft Edge PDF inline issue
- Where does Edge store user's virtualized files?
- ::ms-thumb pseudo element behaviour after dragging
- Will Microsoft Edge and Windows 10 support HTA?
- Communicating between a native app and MS Edge or IE in Enhanced Protected Mode?
- SVG rendering in Microsoft Edge
- Datatables.net excel export size is huge and can't download in IE 11/Edge but can in Chrome
- Delphi: get URL from Edge ver 38+ (all windows 10 updates installed)
Related Questions in NG-BUILD
- switch development mode and product mode by environments in Angular 5
- Angular 8 typescript file replacement error
- ng build - Browserslist: caniuse-lite is outdated. Please run the following command: `npx browserslist --update-db`
- ng build issue: Error: Unknown argument: base-href/
- Microsoft Edge Browser opens Angular application in compatibility mode: IE 11
- Request Error: 'Referrer Policy: strict-origin-when-cross-origin' in Angular when build in --prod mode
- Angular Universal: ng build does not build server files
- ENOENT: dist folder can't be generated by both ng build and ng serve
- Angular 8: ng build production stuck at 11% and system hangs not able to create production build
- Why would ng build -c dev display errors when ng build runs fine?
- ng build --configuration production takes 30+ mins on Jenkins but 5-6 mins on local
- Angular API fatal error handler returned after process out of memory
- ng build --prod dynamic variables get lost
- Angular 10: ngOnInit not firing in the deployed app version in Firefox when navigating back from the external URL with browser's back button
- Is it possible to display ng-build progress in percentage only?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?