MCPcopy Create free account
hub / github.com/angular/angular / clearLViewNodeAnimationResolvers

Function clearLViewNodeAnimationResolvers

packages/core/src/animation/utils.ts:406–409  ·  view source on GitHub ↗
(lView: LView, tNode: TNode)

Source from the content-addressed store, hash-verified

404}
405
406export function clearLViewNodeAnimationResolvers(lView: LView, tNode: TNode) {
407 const nodeAnimations = getLViewLeaveAnimations(lView).get(tNode.index);
408 if (nodeAnimations) nodeAnimations.resolvers = undefined;
409}
410
411export function leaveAnimationFunctionCleanup(
412 lView: LView,

Callers 3

handleOutAnimationEndFunction · 0.90
animateLeaveClassRunnerFunction · 0.90

Calls 2

getLViewLeaveAnimationsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected