fix(compiler): fix bazel integration and make perform-compile more flexible

Needed to allow custom checking for diagnostics.
This commit is contained in:
Tobias Bosch
2017-08-31 10:02:27 -07:00
committed by Matias Niemelä
parent b1055a5edb
commit a69172f6ce
8 changed files with 128 additions and 85 deletions

View File

@ -0,0 +1,4 @@
import {platformBrowser} from '@angular/platform-browser';
import {AppModuleNgFactory} from './app.module.ngfactory';
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);