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 app and IE #30

Closed
AnatoliyVesh opened this issue May 3, 2019 · 4 comments
Closed

Angular app and IE #30

AnatoliyVesh opened this issue May 3, 2019 · 4 comments
Labels

Comments

@AnatoliyVesh
Copy link

Hi!
I created an Angular SPA for D365. All works fine in Edge/Chrome but doesn't in IE.
I got SCRIP1002: Syntax error (some problem with class WebApiConfig).
Maybe you have some idea about how to fix it?

@luisaceituno
Copy link

There is currently no way to fix this easily in Angular. I don't understand why this library doesn't create es5 compliant JavaScript, since the main target use is in enterprise applications where IE11 is still very much a norm...

@derekfinlinson
Copy link
Owner

I switched the module to compile to es5 instead of es2017. This should fix your issue

@derekfinlinson
Copy link
Owner

🎉 This issue has been resolved in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@luisaceituno
Copy link

Thank you @derekfinlinson!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants