SourceModule

export class SourceModule

exported from angular2/compiler defined in angular2/src/compiler/source_module.ts (line 7)

Represents generated source code with module references. Internal to the Angular compiler.

Constructor

constructor(moduleUrl: string, sourceWithModuleRefs: string)

Not Yet Documented

Members

moduleUrl : string

Not Yet Documented

sourceWithModuleRefs : string

Not Yet Documented

getSourceWithImports() : SourceWithImports

Not Yet Documented