-
Notifications
You must be signed in to change notification settings - Fork 492
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
IE11 doesn't work - polyfill error #567
Comments
Link works fine for me. Perhaps a transient outage? |
Check this photo http://prntscr.com/in3osb |
Loads fine for me in both Chrome on MacOS and Safari on iOS. What browser, version, & platform are you using? What errors appear on the browser console? |
It fails to load in IE11 with an exception:
|
Looks like a problem with polyfills. No idea why it suddenly started happening. Maybe need to include core-js polyfills as mentioned here: |
All demos on docs page the seems to be broken on IE11, I'm getting error with "startsWith" |
Fixed in docs. Thanks import 'core-js/es6/string';
import 'core-js/es6/object';
import 'core-js/es6/array'; |
Hello, your demo at https://angular2-tree.readme.io/docs doesn't work.
The text was updated successfully, but these errors were encountered: