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

IE11 doesn't work - polyfill error #567

Closed
gtzinos opened this issue Feb 28, 2018 · 7 comments
Closed

IE11 doesn't work - polyfill error #567

gtzinos opened this issue Feb 28, 2018 · 7 comments

Comments

@gtzinos
Copy link

gtzinos commented Feb 28, 2018

Hello, your demo at https://angular2-tree.readme.io/docs doesn't work.

@KeithGillette
Copy link
Contributor

Link works fine for me. Perhaps a transient outage?

@gtzinos
Copy link
Author

gtzinos commented Mar 5, 2018

Check this photo http://prntscr.com/in3osb

@KeithGillette
Copy link
Contributor

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?

@stogle
Copy link

stogle commented Mar 9, 2018

It fails to load in IE11 with an exception:

SCRIPT5022: Exception thrown and not caught
polyfills.bundle.js (804,36)

@adamkleingit
Copy link
Contributor

Looks like a problem with polyfills. No idea why it suddenly started happening. Maybe need to include core-js polyfills as mentioned here:
angular/angular-cli#4128

@adamkleingit adamkleingit changed the title Demo is down IE11 doesn't work - polyfill error Mar 14, 2018
@Hesesses
Copy link

Hesesses commented Apr 5, 2018

All demos on docs page the seems to be broken on IE11, I'm getting error with "startsWith"

@adamkleingit
Copy link
Contributor

Fixed in docs. Thanks
Using the following polyfills:

import 'core-js/es6/string';
import 'core-js/es6/object';
import 'core-js/es6/array';

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

No branches or pull requests

5 participants