fix(core): typo ComponetRef -> ComponentRef

Closes #1426
This commit is contained in:
Victor Berchet 2015-04-17 16:55:45 +02:00 committed by Misko Hevery
parent 5a095bb257
commit 0fc66daef6
1 changed files with 1 additions and 1 deletions

View File

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