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

Angular2 demo is broken on IE #1766

Closed
fredgate opened this issue Mar 14, 2017 · 1 comment
Closed

Angular2 demo is broken on IE #1766

fredgate opened this issue Mar 14, 2017 · 1 comment

Comments

@fredgate
Copy link

The angular2 demo does not load on IE11. It is because system.js is not correctly loaded. On IE11, shims for systemjs are required but are not present on the server.
It tries to load the file located at this URL http://todomvc.com/examples/angular2/node_modules/systemjs/dist/system-polyfills.js.
But it produces a HTTP 404 error and the application does not start.

@flashdesignory
Copy link
Collaborator

Closing this, since we added a new Angular app #2212

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