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

Method init

adev/src/app/features/home/animation/plugins/types.ts:17–17  ·  view source on GitHub ↗

Contains the plugin initialization login.

(animation: Animation)

Source from the content-addressed store, hash-verified

15export interface AnimationPlugin {
16 /** Contains the plugin initialization login. */
17 init(animation: Animation): void;
18
19 /** Will be called on Animation disposal. */
20 destroy(): void;

Callers 8

constructorMethod · 0.65
loadEmbeddedEditorMethod · 0.65
addPluginMethod · 0.65
constructorMethod · 0.65
initMethod · 0.65
constructorMethod · 0.65

Implementers 8

AnimationPlayeradev/src/app/features/home/animation/p
AnimationScrollHandleradev/src/app/features/home/animation/p
TransitionAnimationPlayerpackages/animations/browser/src/render
WebAnimationsPlayerpackages/animations/browser/src/render
MockAnimationPlayerpackages/animations/browser/testing/sr
RendererAnimationPlayerpackages/animations/src/animation_buil
AnimationGroupPlayerpackages/animations/src/players/animat
NoopAnimationPlayerpackages/animations/src/players/animat

Calls

no outgoing calls

Tested by

no test coverage detected