export class CompileTemplateMetadata
export class CompileTemplateMetadata
exported from angular2/compiler defined in angular2/src/compiler/directive_metadata.ts (line 53)
Metadata regarding compilation of a template.
Constructor
constructor({encapsulation, template, templateUrl, styles, styleUrls, ngContentSelectors}?: {
  encapsulation?: ViewEncapsulation,
  template?: string,
  templateUrl?: string,
  styles?: string[],
  styleUrls?: string[],
  ngContentSelectors?: string[]
})
constructor({encapsulation, template, templateUrl, styles, styleUrls, ngContentSelectors}?: {
  encapsulation?: ViewEncapsulation,
  template?: string,
  templateUrl?: string,
  styles?: string[],
  styleUrls?: string[],
  ngContentSelectors?: string[]
})Not Yet Documented
Members
encapsulation : ViewEncapsulation
encapsulation : ViewEncapsulation
Not Yet Documented
template : string
template : string
Not Yet Documented
templateUrl : string
templateUrl : string
Not Yet Documented
styles : string[]
styles : string[]
Not Yet Documented
styleUrls : string[]
styleUrls : string[]
Not Yet Documented
ngContentSelectors : string[]
ngContentSelectors : string[]
Not Yet Documented
toJson() : {[key: string]: any}
toJson() : {[key: string]: any}
Not Yet Documented