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

AnimationMetadata

npm Package @angular/core
Module import { AnimationMetadata } 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 AnimationMetadata { 
  type: AnimationMetadataType
}
    

Child Interfaces

Members