mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates the `renderApplication` function to avoid duplicate serialization of the data from the `TransferState` class. The `renderApplication` function imports providers from the `ServerModule`, which already include the `TransferState` serialization providers, but the same providers were also included inside the `renderApplication` as well, which led to the duplication. PR Close #49094 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| integration_spec.ts | ||
| server_styles_host_spec.ts | ||
| transfer_state_spec.ts | ||