feat(core): enable new view engine

This commit is contained in:
Tobias Bosch 2017-02-21 08:15:33 -08:00 committed by Igor Minar
parent 187f7b68f2
commit d3a98c74d6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class CompilerConfig {
this._logBindingUpdate = logBindingUpdate; this._logBindingUpdate = logBindingUpdate;
this.useJit = useJit; this.useJit = useJit;
this.missingTranslation = missingTranslation; this.missingTranslation = missingTranslation;
this.useViewEngine = useViewEngine; this.useViewEngine = true;
} }
get genDebugInfo(): boolean { get genDebugInfo(): boolean {