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

Function getLViewEnterAnimations

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

Source from the content-addressed store, hash-verified

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