mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates hydration serialization logic to handle a case when the `withI18nSupport()` call is not present for an application that has a component that uses i18n blocks. Note: the issue is only reproducible for components that also inject `ViewContainerRef`, since it triggers a special serialization code path. Resolves #56074. PR Close #56175 |
||
|---|---|---|
| .. | ||
| annotate.ts | ||
| api.ts | ||
| cleanup.ts | ||
| compression.ts | ||
| error_handling.ts | ||
| event_replay.ts | ||
| i18n.ts | ||
| interfaces.ts | ||
| node_lookup_utils.ts | ||
| skip_hydration.ts | ||
| tokens.ts | ||
| utils.ts | ||
| views.ts | ||