-
Notifications
You must be signed in to change notification settings - Fork 12k
Angular 5.2.10 with Agular-CLI not working with IE11 #11790
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
Comments
This seems like a bug but we'll need to look at a reproduction to find and fix the problem. Can you setup a minimal repro please? You can read here why this is needed. A good way to make a minimal repro is to create a new app via |
Dear @filipesilva, Thank you so much. I found out what caused the bugs. It's the library node-Jose 1.0.0. I downgraded to the version 0.9.4 and everything works as expected. Anyway, i still dont know why the latest version causes the bugs. This issue should be resolved. |
Tried the fix but we are still getting errors. IE issue in scipt bundle.js, main bundle.js "dependencies": { |
I want to know if this problem has been solved, how to solve it, because I have the same problem, but I have encountered it in ik-cli6.1.3 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I have a project with angular 5.2.10 and angular-cli 1.7.3 and I run into a same problem as [#9578]. Even though i tried to uncomment all metioned lines in polyfill.ts i still had these lines:
the second:

the last:

This is my polyfill.ts:
And my package.json:

Everything works fine on Chrome, Fifrefox, Opera, Edge,... but IE11. I researched and followed other similar threads but nothing helps.
I would appreciate it if someone helps me find out what is wrong with my project configuration. I will provide more details if needed.
Thank you.
The text was updated successfully, but these errors were encountered: