refactor(various): remove a few lingering but unused deprecated apis (#10896)

Removes deprecated APPLICATION_COMMON_PROVIDERS, as well as some
internal apis that were deprecated.
This commit is contained in:
Julie Ralph
2016-08-17 16:36:10 -07:00
committed by Kara
parent 0b62b6f783
commit beb79e75bf
9 changed files with 1 additions and 72 deletions

View File

@ -25,7 +25,7 @@ export * from './src/testability/testability';
export * from './src/change_detection';
export * from './src/platform_core_providers';
export {TRANSLATIONS, TRANSLATIONS_FORMAT, LOCALE_ID} from './src/i18n/tokens';
export {APPLICATION_COMMON_PROVIDERS, ApplicationModule} from './src/application_module';
export {ApplicationModule} from './src/application_module';
export {wtfCreateScope, wtfLeave, wtfStartTimeRange, wtfEndTimeRange, WtfScopeFn} from './src/profile/profile';
export {Type} from './src/type';