angular/integration/platform-server/projects/ngmodule
Alan Agius 405ec8c796 fix(platform-server): resolve relative requests URL (#52326)
Prior to this commit relative HTTP requests were not being resolved to absolute even thought the behaviour is documented in https://angular.io/guide/universal#using-absolute-urls-for-http-data-requests-on-the-server.

This caused relative HTTP requests to fail when done on the server because of missing request context. This change is also required to eventually support HTTP requests handled during prerendering (SSG).

Closes #51626

PR Close #52326
2023-10-23 12:02:21 -07:00
..
src fix(platform-server): resolve relative requests URL (#52326) 2023-10-23 12:02:21 -07:00
prerender.ts fix(platform-server): surface errors during rendering (#50587) 2023-06-07 12:44:08 -07:00
server.ts fix(platform-server): resolve relative requests URL (#52326) 2023-10-23 12:02:21 -07:00
tsconfig.app.json docs: update link to the TS config. (#50933) 2023-07-05 13:58:35 +02:00
tsconfig.server.json docs: update link to the TS config. (#50933) 2023-07-05 13:58:35 +02:00
tsconfig.spec.json docs: update link to the TS config. (#50933) 2023-07-05 13:58:35 +02:00