Working with server side rendered content in angular
Say I have an api, that generates some server side rendered content, using express. The generated html and css and such is exposed via the api. How would I handle rendering this content in angular? I'm able to talk to the api to get the html and stuff, but then idk what to do with the content I get back.
4 Replies
Make a different json api to consume, I don't see why you would try accessing an already ssr'd endpoint from angular
The reason is im trying to make wasm work with angular. the wasm framework is able to generate static html
I want to see if I could get angular to work well with that
Oh.. good luck
😂