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

Function issueAnimationCommand

packages/animations/src/animation_builder.ts:236–244  ·  view source on GitHub ↗
(
  renderer: Renderer2,
  element: any,
  id: number,
  command: string,
  args: any[],
)

Source from the content-addressed store, hash-verified

234}
235
236function issueAnimationCommand(
237 renderer: Renderer2,
238 element: any,
239 id: number,
240 command: string,
241 args: any[],
242): void {
243 renderer.setProperty(element, `@@${id}:${command}`, args);
244}
245
246/**
247 * The following 2 methods cannot reference their correct types (AnimationRenderer &

Callers 2

buildMethod · 0.85
_commandMethod · 0.85

Calls 1

setPropertyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…