refactor(ApplicationRef): Move ApplicationRef to its own file

Closes #3763
This commit is contained in:
Jason Teplitz
2015-08-20 17:18:27 -07:00
parent 65344fcac9
commit 764726d78e
10 changed files with 60 additions and 54 deletions

View File

@ -4,8 +4,9 @@
* Define angular core API here.
*/
export {APP_COMPONENT} from 'angular2/src/core/application_tokens';
export {ApplicationRef, commonBootstrap as bootstrap} from 'angular2/src/core/application_common';
export {commonBootstrap as bootstrap} from 'angular2/src/core/application_common';
export {Type} from 'angular2/src/facade/lang';
export {ApplicationRef} from 'angular2/src/core/application_ref';
// Compiler Related Dependencies.