-
Notifications
You must be signed in to change notification settings - Fork 113
Import error with Universal Starter and tsc #323
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
Comments
I'm currently moving this module to be build with |
This makes this otherwise great package unusable for people using If anybody is looking for an alternative library, I've migrated to ngx-scroll-to with success. The only thing I'm missing is a global config. |
Fastest way to reproduce is adding ngx-page-scroll to https://github.com/enten/angular-universal . |
Version 6 ngx-page-scroll should support SSR. Appreciating your feedback! |
@Nolanus thanx its work perfectly 🎉 |
Hi,
After upgrading my project to the latest Universal Starter version I'm getting an
Unexpected token import
with server side rendering.Seems this is related to angular/universal-starter#626 as it worked fine with Webpack and to #212.
I can provide a sample repository if needed.
Thanks.
The text was updated successfully, but these errors were encountered: