refactor(render): use render layer fully
Introduces angular2/src/core/compiler/ViewFactory which extracts ProtoView.instantiate and replaces ViewPool. Note: This is a work in progress commit to unblock other commits. There will be follow ups to add unit tests, remove TODOs, …
This commit is contained in:
2
modules/angular2/core.js
vendored
2
modules/angular2/core.js
vendored
@ -14,5 +14,5 @@ export * from './src/core/compiler/private_component_location';
|
||||
export * from './src/core/compiler/view';
|
||||
export * from './src/core/compiler/view_container';
|
||||
|
||||
export * from './src/core/dom/element';
|
||||
export * from './src/core/compiler/ng_element';
|
||||
|
||||
|
Reference in New Issue
Block a user