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

App doesn't launch on IE10 #381

Open
bjaroszewska opened this issue Jun 12, 2019 · 1 comment
Open

App doesn't launch on IE10 #381

bjaroszewska opened this issue Jun 12, 2019 · 1 comment

Comments

@bjaroszewska
Copy link

bjaroszewska commented Jun 12, 2019

console:
Screenshot 2019-06-12 at 11 51 14
Probably similar issue to this one:
angular-ui/ui-router#3555

@116-7
Copy link

116-7 commented Jun 26, 2019

The tsconfig targets es2015 which includes things like Map which will not be supported by IE10.

For IE10 support you will probably need to modify this line https://github.com/ui-router/sample-app-angular-hybrid/blob/master/tsconfig.json#L13 to be "es5" or some other compatible target.

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