Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
2e3c6c1eeee1215b2115de9524a89850ba13143c
Branches
master
Tags
1.1.129-287
1.1.113-149
1.1.108-143
1.1.95-138
1.1.92-119
1.0.35-18
1.0.13-14
Files
Commits
Log
Graph
Stats
angular-compile.git
src
CompileModule.ts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 23
Mode: application/typescript
Binary: false
Hang on, we reloading big blames...
c605ea6f
//import { CompileService, CompileServiceConfig, } from "./CompileService";
63831028
import {CompileAttribute} from "./CompileAttribute";
f46e4d96
69db3407
import { NgModule,
83396ced
//ModuleWithProviders,
69db3407
} from '@angular/core';
f46e4d96
63831028
import {CommonModule} from '@angular/common';
c605ea6f
/*
83396ced
import { BrowserModule } from '@angular/platform-browser'; import { Compiler } from '@angular/core';
f46e4d96
import {JitCompilerFactory} from '@angular/compiler'; export function createJitCompiler () { return new JitCompilerFactory([{useDebug: false, useJit: true}]).createCompiler(); }
c605ea6f
*/
83396ced
/*
c605ea6f
export class CompileServiceConfig { module: NgModule }
83396ced
*/
f46e4d96
// exports = component @NgModule({ imports: [
c605ea6f
CommonModule
f46e4d96
], declarations: [ CompileAttribute, ], providers: [
c605ea6f
// CompileService, // { provide: Compiler, useFactory: createJitCompiler},
f46e4d96
], exports: [ CompileAttribute, ],
63831028
entryComponents: []
f46e4d96
}) export class CompileModule { }
83396ced