This is the archived documentation for Angular v5. Please visit angular.io to see documentation for the current version of Angular.

AnimationStateMetadata

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