
committed by
Igor Minar

parent
d6cd041cbd
commit
d2dfd48be0
@ -189,6 +189,7 @@ export interface CompileTemplateSummary {
|
||||
ngContentSelectors: string[];
|
||||
encapsulation: ViewEncapsulation|null;
|
||||
styles: string[];
|
||||
animations: any[]|null;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -244,7 +245,8 @@ export class CompileTemplateMetadata {
|
||||
return {
|
||||
ngContentSelectors: this.ngContentSelectors,
|
||||
encapsulation: this.encapsulation,
|
||||
styles: this.styles
|
||||
styles: this.styles,
|
||||
animations: this.animations
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user