angular/integration/platform-server/projects/standalone/src/app
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
..
helloworld test: update platform-server tests to test both ngmodule and standalone application (#49927) 2023-04-19 14:56:29 +00:00
http-transferstate-lazy fix(platform-server): resolve relative requests URL (#52326) 2023-10-23 12:02:21 -07:00
http-transferstate-lazy-on-init fix(core): wait for HTTP in ngOnInit correctly before server render (#50573) 2023-06-06 14:12:34 -07:00
transferstate test: update platform-server tests to test both ngmodule and standalone application (#49927) 2023-04-19 14:56:29 +00:00
app.component.ts test: update platform-server tests to test both ngmodule and standalone application (#49927) 2023-04-19 14:56:29 +00:00
app.config.server.ts test: update platform-server tests to test both ngmodule and standalone application (#49927) 2023-04-19 14:56:29 +00:00
app.config.ts test: update platform-server tests to test both ngmodule and standalone application (#49927) 2023-04-19 14:56:29 +00:00
app.routes.ts fix(platform-server): surface errors during rendering (#50587) 2023-06-07 12:44:08 -07:00