-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error with Angular Universal #7
Comments
Thanks! Is a bug for universal. I try to fix this. |
Hello, I solved this problem to add that:
And also I used 'isBrowser' in my components where I use reach goal. But I think that is not true solution for everyone. Maybe you should to add some conditions that general module doesn't start if it is server? Sorry for my bad English |
Hello, Many thanks for providing this plugin! I currently encounter the same issue and it seems the bug is open since a few years now. Are there any plans for a fix? In the meanwhile I used the following (ugly) workaround to inject the service conditionally only on client side code.
I hope it helps. Cheers. |
Hi, everyone.
I have a trouble when trying to generate static pre-render with Angular Universal
Can anybody help me?
The text was updated successfully, but these errors were encountered: