@angular/animations

AnimationQueryOptions

interface

Encapsulates animation query options. Passed to the query() function.

  
    interface AnimationQueryOptions {  override params?: { [name: string]: any; };}}
  
  
Jump to details