mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Speeds up the retrieval of `DestroyRef` in `EventEmitter` because `try/catch` is expensive if there is no injection context. We saw a script time regression in Cloud. The goldens had to be updated because `getInjectImplementation` is now referenced. `inject` also references the underlying field, but directly. This is super minimal overhead of a function exposing the internal field. PR Close #54748 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| bundle.golden_symbols.json | ||
| index.html | ||
| index.ts | ||
| treeshaking_spec.ts | ||