cleanup(view): changed ComponentRef to contain ElementRef instead of extending it

This commit is contained in:
vsavkin
2015-04-13 09:35:56 -07:00
parent b5c9f9ed9b
commit 8b97cf1479
6 changed files with 39 additions and 39 deletions

View File

@ -16,7 +16,7 @@ export * from './src/core/compiler/compiler';
// TODO(tbosch): remove this once render migration is complete
export * from 'angular2/src/render/dom/compiler/template_loader';
export * from './src/core/compiler/dynamic_component_loader';
export {ElementRef, DirectiveRef, ComponetRef} from './src/core/compiler/element_injector';
export {ElementRef, ComponetRef} from './src/core/compiler/element_injector';
export * from './src/core/compiler/view';
export * from './src/core/compiler/view_container';