Compiler

export class Compiler

exported from angular2/core defined in angular2/src/core/linker/compiler.ts (line 9)

Low-level service for compiling Components into ProtoViewss, which can later be used to create and render a Component instance.

Most applications should instead use higher-level DynamicComponentLoader service, which both compiles and instantiates a Component.

Members

compileInHost(componentType: Type) : Promise<ProtoViewRef>

Not Yet Documented

clearCache()

Not Yet Documented