chore: Remove AngularEntrypoint from TS

Closes #8158
This commit is contained in:
Misko Hevery
2016-04-20 11:27:19 -07:00
committed by Miško Hevery
parent 67d05eb65f
commit 0b6865d6c6
7 changed files with 28 additions and 28 deletions

View File

@ -1,4 +1,4 @@
export {AngularEntrypoint} from 'angular2/src/core/angular_entrypoint';
export * from 'angular2/src/core/angular_entrypoint';
export {
BROWSER_PROVIDERS,
CACHED_TEMPLATE_PROVIDER,