fix(docs): export bootstrap in core.ts but not in core.dart

This commit is contained in:
yjbanov
2015-08-18 12:21:09 -07:00
parent 235dec26fc
commit 5f7d4faa88
3 changed files with 32 additions and 2 deletions

View File

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