@angular/animations

query

function

Finds one or more inner elements within the current element that is being animated within a sequence. Use with animate().

query(
selector: string,
animation: AnimationMetadata | AnimationMetadata[],
options?: AnimationQueryOptions
): AnimationQueryMetadata;
Jump to details