revert: feat(core): provide support for relative assets for components

This commit is contained in:
Matias Niemelä
2015-12-09 16:26:42 -08:00
parent f4d937ad8d
commit 5f0ce30ee6
23 changed files with 24 additions and 328 deletions

View File

@ -13,7 +13,6 @@ export {
APP_ID,
APP_COMPONENT,
APP_INITIALIZER,
PACKAGE_ROOT_URL,
PLATFORM_INITIALIZER
} from './src/core/application_tokens';
export * from './src/core/zone';
@ -30,4 +29,4 @@ export * from './src/core/change_detection';
export * from './src/core/platform_directives_and_pipes';
export * from './src/core/platform_common_providers';
export * from './src/core/application_common_providers';
export * from './src/core/reflection/reflection';
export * from './src/core/reflection/reflection';