On this page
AnimationStateMetadata
interface deprecated
| npm Package | @angular/core | 
|---|---|
| Module | import { AnimationStateMetadata } from '@angular/core'; | 
     
| Source | core/src/animation/animation_metadata_wrapped.ts | 
Deprecation Notes
This symbol has moved. Please Import from @angular/animations instead!
Interface Overview
interface AnimationStateMetadata extends AnimationMetadata { 
  name: string
  styles: AnimationStyleMetadata
}
  Members
name: string
  styles: AnimationStyleMetadata
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/core/AnimationStateMetadata