@angular/animations

AnimationAnimateChildMetadata

interface

Encapsulates a child animation, that can be run explicitly when the parent is run. Instantiated and returned by the animateChild function.

  
    interface AnimationAnimateChildMetadata {  override type: AnimationMetadataType;}}
  
  
Jump to details