MCPcopy Index your code
hub / github.com/angular/angular / clearLViewNodeAnimationResolvers

Function clearLViewNodeAnimationResolvers

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

Source from the content-addressed store, hash-verified

374}
375
376export function clearLViewNodeAnimationResolvers(lView: LView, tNode: TNode) {
377 const nodeAnimations = getLViewLeaveAnimations(lView).get(tNode.index);
378 if (nodeAnimations) nodeAnimations.resolvers = undefined;
379}
380
381export function leaveAnimationFunctionCleanup(
382 lView: LView,

Callers 3

handleOutAnimationEndFunction · 0.90
animateLeaveClassRunnerFunction · 0.90

Calls 2

getLViewLeaveAnimationsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…