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

Function initializeAnimationQueueScheduler

packages/core/src/animation/queue.ts:106–110  ·  view source on GitHub ↗
(injector: Injector)

Source from the content-addressed store, hash-verified

104}
105
106export function initializeAnimationQueueScheduler(injector: Injector) {
107 const animationQueue = injector.get(ANIMATION_QUEUE);
108 animationQueue.scheduler = scheduleAnimationQueue;
109 animationQueue.scheduler(injector);
110}
111
112export function queueEnterAnimations(
113 injector: Injector,

Callers 4

ɵɵanimateEnterFunction · 0.90
ɵɵanimateEnterListenerFunction · 0.90
ɵɵanimateLeaveFunction · 0.90
ɵɵanimateLeaveListenerFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…