2 Commits

Author SHA1 Message Date
Alan Agius
3dd3b2218b fix(@angular/ssr): ensure compatibility for Http2ServerResponse type
Updated the `Http2ServerResponse` interface to eliminate dependency on generics, ensuring compatibility across multiple versions of `@types/node`.

Closes #28965
2024-11-26 17:46:34 +01:00
Alan Agius
ffbe9b9a7b fix(@angular/ssr): support for HTTP/2 request/response handling
This commit introduces support for handling HTTP/2 requests and responses in the `@angular/ssr` package.

Closes #28807
2024-11-07 19:28:52 +01:00