Angular Implementation with SSR #1391
jdgamble555
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is an Angular implementation with SSR for anyone that finds this. It is actually pretty simple...
urql.module.ts
If you don't use angular universal, you won't need all the ssr stuff.
Simply import the module as usual to your app module and the components that use it. Call the client property form this module in your component depending on your usage, and voila!
Beta Was this translation helpful? Give feedback.
All reactions