Angular 2 Internet Explorer problem
See original GitHub issue- Please follow the issue template below for bug reports and feature requests.
- Tickets opened without any of these informations will be closed without any explanation.
Overview of the issue
Angular 2 monolithic application home page is not loading , getting error for IE 10-11… There is no problem in chrome, edge and firefox…
IE 10
SCRIPT5009: ‘Map’ is undefined vendor.dll.js (45115,9)
IE 11
SCRIPT5007: Unable to get property ‘apply’ of undefined or null reference vendor.dll.js (54101,5)
Motivation for or Use Case
Reproduce the error
yarn start, page is not loading in IE 10-11.
Related issues
Suggest a Fix
JHipster Version(s)
4.0.3, 4.0.2
JHipster configuration
Angular 2 monolithic application
JHipster Version(s)
flow@0.0.0 D:\yeoman\jhipster\4.0.2\flow
`-- generator-jhipster@4.0.3
JHipster configuration, a .yo-rc.json
file generated in the root folder
{
"generator-jhipster": {
"jhipsterVersion": "4.0.3",
"baseName": "flow",
"packageName": "com.liquidity.flow",
"packageFolder": "com/liquidity/flow",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": "spring-websocket",
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"searchEngine": false,
"messageBroker": false,
"buildTool": "maven",
"enableSocialSignIn": false,
"jwtSecretKey": "45f8a07be79784ded6f6dc1bb868afeb9ecdf6a7",
"useSass": false,
"clientPackageManager": "yarn",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"enableTranslation": false,
"serviceDiscoveryType": false,
"clientFramework": "angular2"
}
}
Entity configuration(s) entityName.json
files generated in the .jhipster
directory
ls: no such file or directory: .jhipster/*.json
Browsers and Operating System
java version “1.8.0_102” Java™ SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot™ 64-Bit Server VM (build 25.102-b14, mixed mode)
git version 2.11.1.windows.1
node: v6.9.5
npm: 4.1.2
bower: 1.7.9
gulp: [14:40:40] CLI version 3.9.1
yeoman: 1.8.5
yarn: 0.19.1
Entity configuration(s) entityName.json
files generated in the .jhipster
directory
Browsers and Operating System
Windows 10 Home 64 Bit, Internet Explorer 11 - 10
- [X ] Checking this box is mandatory (this is just to show you read everything)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:40 (31 by maintainers)
Top Results From Across the Web
Angular 2 / 4 / 5 not working in IE11 - Stack Overflow
I found this solution here to fix my issue. To summarize the above link, IE doesn't support lambda arrow / fat arrow functions...
Read more >Angular 2 apps broken in Internet Explorer 11 after beta.0 #7144
All Angular beta.1 - beta.6 applications crash in Internet Explorer 11 Last working version was beta.0. Looks like they die in ...
Read more >Angular2 app not working in IE 11 - Google Groups
I created application in Angular 2, now I am using RC1. I hoped that with core.js 2.4.0 (no shims for IE) will be...
Read more >Internet Explorer 11 and Angular 2+ | by Maarten Merken | Agilix
I've created a small list of issues I've encountered when developing and Angular 5 application for an IE 11 client.
Read more >Angular Not Working on Internet Explorer - YouTube
Angular Not Working on Internet ExplorerDisclaimer:-Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I wouldnt worry about IE10 as MS stopped support for it officially lets target only IE11
Thanks & Regards, Deepu
On Tue, Feb 14, 2017 at 5:02 PM, Flavien Cathala notifications@github.com wrote:
I couldn’t get working conditional loading. But after adding this to polyfills.ts:
it’s working in IE 11 and seems that this didn’t break other browsers.