Сделать анимационную дериктиву не получилось, вот такая ошибка
Argument of type '{ selector: string; animations: AnimationEntryMetadata[]; }' is not assignable to parameter of type 'DirectiveMetadataType'.
Object literal may only specify known properties, and 'animations' does not exist in type 'DirectiveMetadataType'
то есть получается, что декоратор Directive не содержит свойства Animation.
http://stackoverflow.com/questions/38296313/angular-2-rc-4-new-animations-not-supported-in-directive
Сделать анимационную дериктиву не получилось, вот такая ошибка Argument of type '{ selector: string; animations: AnimationEntryMetadata[]; }' is not assignable to parameter of type 'DirectiveMetadataType'. Object literal may only specify known properties, and 'animations' does not exist in type 'DirectiveMetadataType' то есть получается, что декоратор Directive не содержит свойства Animation. http://stackoverflow.com/questions/38296313/angular-2-rc-4-new-animations-not-supported-in-directive