-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ReferenceError: Can't find variable: global #10824
Comments
+1 |
Hello Everyone. |
Well, the issue is that the library tries to find a variable called
Or you do the same thing in polyfills.ts with some decorations to make the Typescript compiler happy:
|
Thanks. I just modified my index.html. |
I have the same issue caused by intl polyfill. Workaround 2 worked fine. |
In Angular CLI 6 we did remove the node |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
Observed behavior
Desired behavior
No error
Mention any other details that might be useful (optional)
A workaround fixed the issue:
The text was updated successfully, but these errors were encountered: