
committed by
Igor Minar

parent
d6cd041cbd
commit
d2dfd48be0
@ -175,6 +175,11 @@ export interface R3ComponentMetadata extends R3DirectiveMetadata {
|
||||
* into a shadow root.
|
||||
*/
|
||||
encapsulation: ViewEncapsulation;
|
||||
|
||||
/**
|
||||
* A collection of animation triggers that will be used in the component template.
|
||||
*/
|
||||
animations: {[key: string]: any}[]|null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user