mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit updates `@defer` logic related to incremental hydration to be tree-shakable. If hydrate triggers are used in a `@defer` block, the compiler emits a single top-level call to `ɵɵenableIncrementalHydrationRuntime`, placed once per create block before the first `ɵɵdefer` that requires it. As a result, the incremental hydration runtime is only included in the bundle when hydrate is explicitly used. |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| .gitignore | ||
| angular.json | ||
| BUILD.bazel | ||
| copy-event-dispatch-contract.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| size.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||