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

ES2015 angular issue on chrome 69 (bug on es5 build) #14

Closed
badre429 opened this issue Jun 21, 2019 · 2 comments
Closed

ES2015 angular issue on chrome 69 (bug on es5 build) #14

badre429 opened this issue Jun 21, 2019 · 2 comments

Comments

@badre429
Copy link

chrome 69 issue
issue-chrome69
on chrome 75 work fine

@steveschmitt
Copy link
Member

I thought the ES5 build process would fix that.

You can fix it by adding the following line in polyfills.ts:

globalThis = window;

@badre429
Copy link
Author

badre429 commented Jul 3, 2019

its works for me

@badre429 badre429 closed this as completed Jul 3, 2019
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