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[]
})

Not Yet Documented

Members

encapsulation : ViewEncapsulation

Not Yet Documented

template : string

Not Yet Documented

templateUrl : string

Not Yet Documented

styles : string[]

Not Yet Documented

styleUrls : string[]

Not Yet Documented

ngContentSelectors : string[]

Not Yet Documented

toJson() : {[key: string]: any}

Not Yet Documented