-
Notifications
You must be signed in to change notification settings - Fork 121
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
[FEATURE] Support SSR using @angular/cli and ng-packagr #35
Comments
Hey @nbfontana, thanks for the reply. |
@nbfontana and @lucaswxp I also needed support for SSR and the issue is with the build system you're using (the self rolled es and umd builders with webpack. I have a have a version (not supported) using @angular/cli and ng-packagr at https://github.com/nomadreservations/ngx-currency that works with SSR. I doubt I will maintain it in the long term but you can use it to find your build issues. Let me know if you have questions. |
Great @paullryan! I'll link your code as a guide for someone that's available to change the module strategy to make use of @angular/cli and ng-packagr. I'm totally in favor of the change, and I'll change the Issue description to be a new feature. |
@nbfontana would it be helpful for me to package my changes as a PR for you? |
How can i use your code? Thanks in advance |
Hey guys.
I'm trying to get ssr to work, but I'm getting the following error:
I'm not sure what to do, I can make a PR if you guys point the way. It know it has something to do with commonjs.
The text was updated successfully, but these errors were encountered: