fix(compiler): fix bazel integration and make perform-compile
more flexible
Needed to allow custom checking for diagnostics.
This commit is contained in:

committed by
Matias Niemelä

parent
b1055a5edb
commit
a69172f6ce
4
integration/bazel/src/main.ts
Normal file
4
integration/bazel/src/main.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import {platformBrowser} from '@angular/platform-browser';
|
||||
import {AppModuleNgFactory} from './app.module.ngfactory';
|
||||
|
||||
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
|
Reference in New Issue
Block a user