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

Function getLViewEnterAnimations

packages/core/src/animation/utils.ts:254–257  ·  view source on GitHub ↗
(lView: LView)

Source from the content-addressed store, hash-verified

252 * Retrieves the list of specified enter animations from the lView
253 */
254export function getLViewEnterAnimations(lView: LView): Map<number, EnterNodeAnimations> {
255 const animationData = (lView[ANIMATIONS] ??= {});
256 return (animationData.enter ??= new Map());
257}
258
259/**
260 * Retrieves the list of specified leave animations from the lView

Callers 2

ɵɵanimateEnterFunction · 0.90
ɵɵanimateEnterListenerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…