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

Function query

packages/animations/src/animation_metadata.ts:1329–1335  ·  view source on GitHub ↗
(
  selector: string,
  animation: AnimationMetadata | AnimationMetadata[],
  options: AnimationQueryOptions | null = null,
)

Source from the content-addressed store, hash-verified

1327 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
1328 */
1329export function query(
1330 selector: string,
1331 animation: AnimationMetadata | AnimationMetadata[],
1332 options: AnimationQueryOptions | null = null,
1333): AnimationQueryMetadata {
1334 return {type: AnimationMetadataType.Query, selector, animation, options};
1335}
1336
1337/**
1338 * Use within an animation `query()` call to issue a timing gap after

Callers 15

CmpClass · 0.90
ContainerCmpClass · 0.90
Page2CmpClass · 0.90
Page1CmpClass · 0.90
RecurPageCmpClass · 0.90
CmpClass · 0.90
ParentCmpClass · 0.90
ParentCmpClass · 0.90
CmpClass · 0.90
animation_spec.tsFile · 0.90
animations.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…