CompileTypeMetadata

export class CompileTypeMetadata

exported from angular2/compiler defined in angular2/src/compiler/directive_metadata.ts (line 22)

Metadata regarding compilation of a type.

Constructor

constructor({runtime, name, moduleUrl, isHost}?:
                {runtime?: Type, name?: string, moduleUrl?: string, isHost?: boolean})

Not Yet Documented

Members

runtime : Type

Not Yet Documented

name : string

Not Yet Documented

moduleUrl : string

Not Yet Documented

isHost : boolean

Not Yet Documented

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

Not Yet Documented