Cannot get SSR to work when using Angular Universal with pages that use dynamic content. All other pages work and the dynamic pages return with HTML but do not include the d
It seems that angular universal doesn't wait for async calls to render.
I had the same problem and finally made it work using ZoneMacroTaskWrapper as mentioned in this issue.
This is the service I made.