feat(core): add a component resolver that can load components lazily using system.js

This commit is contained in:
vsavkin
2016-05-04 10:45:48 -07:00
parent 0f1465b899
commit 1a0aea67a0
5 changed files with 26 additions and 1 deletions

View File

@ -140,6 +140,7 @@ var COMPILER: string[] = [
"DirectiveResolver",
"NormalizedComponentWithViewDirectives",
"OfflineCompiler",
"RuntimeCompiler",
"PipeResolver",
"ProviderAst",
"ProviderAstType",
@ -185,6 +186,7 @@ var CORE: string[] = [
'ChangeDetectorRef',
'Class:js',
'ComponentResolver',
'SystemJsComponentResolver',
'Component',
'ComponentMetadata',
'ComponentRef',