mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since Renderer is shared across root and child views, we need to avoid `destroy` method invocation for child views and only invoke is for root view when needed. Prior to this change, the `destroy` function was called whenever child view was destroyed, thus causing errors at runtime. PR Close #27592 |
||
|---|---|---|
| .. | ||
| animation_renderer_spec.ts | ||
| browser_animation_builder_spec.ts | ||
| BUILD.bazel | ||
| noop_animations_module_spec.ts | ||