main
refactor(platform-server): replace standard Error with RuntimeError (#69184)
docs(platform-server): add error reference page for NG05703 and wire up RuntimeError
refactor(platform-server): deprecate ServerXhr
fix(platform-server): harden platform location origin validation during SSR (#69184)
fix(platform-server): add `allowedHosts` option to `renderModule` and `renderApplication`
fix(http): Introduce a max buffer size for fetch requests on SSR
refactor(platform-server): clean up and simplify url resolution utility
feat(core): add event listener options to renderer (#59092)
docs: update documentation for platform server URL token options
refactor(platform-server): remove redundant `providedIn: 'root'` from injection tokens
refactor: update license text to point to angular.dev (#57901)
refactor(core): mark `VERSION` as `@__PURE__` for better tree-shaking