generator-jhipster: Angular 2 Internet Explorer problem

  • 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)

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 40 (31 by maintainers)

Commits related to this issue

Most upvoted comments

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 agree, as Angular is supposed to support IE 10 and 11, the issue comes very probably from the way we build the app.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jhipster/generator-jhipster/issues/5186#issuecomment-279749527, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDlF4pnluYm33poOf0yO1UnTN_dSMRNks5rcc_9gaJpZM4L_GfD .

I couldn’t get working conditional loading. But after adding this to polyfills.ts:

import 'core-js/client/shim';

it’s working in IE 11 and seems that this didn’t break other browsers.

guys, can we stop the talking here? @holgerdunst if you want to help, a PR on this will be very appreciated, as we can’t work on this (none of us have Windows). If big companies really need this, they can also sponsor the feature, this happens quite often. Even better, they can buy me a Surface Pro so I can test 😃

I think you should not forget corporate users. Most companies have just switched to Windows7. That means IE11.

I’m getting a similiar issue, but Math is showing as undefined here.

@deepu105 Conditional comments are no longer supported starting from IE 10: https://msdn.microsoft.com/en-us/library/hh801214(v=vs.85).aspx