There are a handful of symbols exported from compiler.ts inside of angular2.ts which may not be necessary public APIs. We should decide if these symbols should be part of our public API, and whether the compiler barrel should be included in the angular2 bundle. If some symbols are required, perhaps a separate, more minimal barrel is warranted.
UrlResolver
AppRootUrl
getUrlScheme
DEFAULT_PACKAGE_URL_PROVIDER
I'll look at the core codebase to make sure these can be safely removed, and will check internally to make sure they are not depended on.
There are a handful of symbols exported from compiler.ts inside of angular2.ts which may not be necessary public APIs. We should decide if these symbols should be part of our public API, and whether the
compilerbarrel should be included in theangular2bundle. If some symbols are required, perhaps a separate, more minimal barrel is warranted.UrlResolverAppRootUrlgetUrlSchemeDEFAULT_PACKAGE_URL_PROVIDERI'll look at the core codebase to make sure these can be safely removed, and will check internally to make sure they are not depended on.