export class SourceWithImports
export class SourceWithImports
exported from angular2/compiler defined in angular2/src/compiler/source_module.ts (line 43)
Represents generated source code with imports. Internal to the Angular compiler.
Constructor
constructor(source: string, imports: string[][])
constructor(source: string, imports: string[][])
Not Yet Documented
Members
source : string
source : string
Not Yet Documented
imports : string[][]
imports : string[][]
Not Yet Documented