You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
A use case I have for server side rendering are clients that, for some reason, don't have javascript available.
All get requests work fine in SSR, but Im not able to make a post request using SSR.
As an example, say I have these routes on express:
I have my components injected with the RESPONSE service, and accessing it like:
Any way I can access the res.locals on my angular component via server side when performing a classic POST request ?
Im using a form element, with action and post correctly set, code is just orientative.
Im afraid this might not be posible without an ajax request. Is this the case?
The text was updated successfully, but these errors were encountered: