angular-cn/packages/core/test/animation
Matias Niemelä 6940992932 fix(ivy): ensure animation component host listeners are rendered in the sub component (#28210)
Due to the fact that animations in Angular are defined in the component metadata,
all animation trigger definitions are localized to the component and are
inaccessible outside of it. Animation host listeners in Ivy are
rendered in the context of the parent component, but the VE renders them
differently. This patch ensures that animation host listeners are
always registered in the sub component's renderer

Jira issue: FW-943
Jira issue: FW-958

PR Close #28210
2019-01-18 09:37:23 -08:00
..
animation_integration_spec.ts fix(ivy): ensure element removal triggers host removal animations (#28162) 2019-01-17 09:58:50 -08:00
animation_query_integration_spec.ts fix(ivy): ensure animation component host listeners are rendered in the sub component (#28210) 2019-01-18 09:37:23 -08:00
animation_router_integration_spec.ts fix(ivy): don’t publish animation bindings as attributes (#27805) 2019-01-03 09:39:25 -08:00
animations_with_css_keyframes_animations_integration_spec.ts fix(ivy): process creation mode deeply before running update mode (#27744) 2018-12-19 15:10:16 -05:00
animations_with_web_animations_integration_spec.ts fix(ivy): don’t publish animation bindings as attributes (#27805) 2019-01-03 09:39:25 -08:00