build: Introduce Bazel build rules
So far this just compiles the core and common packages.
This commit is contained in:

committed by
Alex Rickabaugh

parent
02d74cafba
commit
5faf520067
@ -16,6 +16,7 @@ import {NgModuleFactoryLoader} from './ng_module_factory_loader';
|
||||
const _SEPARATOR = '#';
|
||||
|
||||
const FACTORY_CLASS_SUFFIX = 'NgFactory';
|
||||
declare var System: any;
|
||||
|
||||
/**
|
||||
* Configuration for SystemJsNgModuleLoader.
|
||||
|
Reference in New Issue
Block a user