Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular project problems running on IE11 #7001

Closed
1 task done
nachocoig opened this issue Jan 18, 2018 · 2 comments
Closed
1 task done

Angular project problems running on IE11 #7001

nachocoig opened this issue Jan 18, 2018 · 2 comments
Milestone

Comments

@nachocoig
Copy link

nachocoig commented Jan 18, 2018

Overview of the issue

Maybe should add new polyfill in angular project, because when i try to run webapp, this fail.

Motivation for or Use Case

I need to use Internet Explorer 11, but i had problems.

Reproduce the error

1- Generate app.
2- Run app.
3- Use IE11 for access.
4- Try login and navigate to some administration component.
5- Show console.

Related issues

When I tried to run my app on Internet Explorer 11, i received the following error on IE console:

EXCEPTION: Object doesn't support property or method 'includes'

Suggest a Fix

In my case, only add these polyfills into polyfills.ts :

import 'core-js/es6/array';
import 'core-js/es7/array';

seen in angular/angular-cli#4128

JHipster Version(s)

JHipster 4.11.1

Browsers and Operating System

Windows 10 and Internet Explorer 11

  • Checking this box is mandatory (this is just to show you read everything)
@jdubois
Copy link
Member

jdubois commented Jan 18, 2018

Yes this was corrected on a recent version, and as you have v4.11.1, you are on an older release :-)
Thanks for the bug report!

@jdubois jdubois closed this as completed Jan 18, 2018
@nachocoig
Copy link
Author

ouch! Its true!!!

Im sorry! And thanks

@jdubois jdubois added this to the 4.14.0 milestone Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants