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

Function queueEnterAnimations

packages/core/src/animation/queue.ts:112–119  ·  view source on GitHub ↗
(
  injector: Injector,
  enterAnimations: Map<number, EnterNodeAnimations>,
)

Source from the content-addressed store, hash-verified

110}
111
112export function queueEnterAnimations(
113 injector: Injector,
114 enterAnimations: Map<number, EnterNodeAnimations>,
115) {
116 for (const [_, nodeAnimations] of enterAnimations) {
117 addToAnimationQueue(injector, nodeAnimations.animateFns);
118 }
119}

Callers 3

maybeQueueEnterAnimationFunction · 0.90
ɵɵanimateEnterFunction · 0.90
ɵɵanimateEnterListenerFunction · 0.90

Calls 1

addToAnimationQueueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…