Closed wwelling closed 2 months ago
https://github.com/angular/universal/blob/main/docs/transfer-http.md
This state transfer of HttpClient GET requests matches on full URL. This is incompatible with SSR node requests to different address for the service calls than the browser.
HttpClient
https://github.com/angular/universal/blob/main/docs/transfer-http.md
This state transfer of
HttpClient
GET requests matches on full URL. This is incompatible with SSR node requests to different address for the service calls than the browser.