angular-cn/packages/platform-browser/animations/test
Andrew Kushnir 37c05bd575 fix(ivy): avoid destroy renderer method invocation for child views (#27592)
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
2018-12-12 13:04:09 -08:00
..
BUILD.bazel test(ivy): enable ivy tests for platform-browser/animations (#27478) 2018-12-05 14:35:23 -08:00
animation_renderer_spec.ts fix(ivy): avoid destroy renderer method invocation for child views (#27592) 2018-12-12 13:04:09 -08:00
browser_animation_builder_spec.ts test(ivy): enable ivy tests for platform-browser/animations (#27478) 2018-12-05 14:35:23 -08:00
noop_animations_module_spec.ts fix(ivy): generate proper event listener names for animation events (FW-800) (#27525) 2018-12-07 09:25:18 -08:00