fix(core): remove @internal annotation from PLATFORM_CORE_PROVIDERS

This symbol is no longer reexported at the top level, so it's safe to not mark it as internal.

This fixes the offline compilation which got broken by this symbol not being present in the d.ts
files when the compiler tries to do a deep import.

Closes #8819
This commit is contained in:
Igor Minar 2016-05-25 08:21:39 -07:00
parent acc3a2de83
commit 2ab1085dfb
1 changed files with 0 additions and 3 deletions

View File

@ -418,9 +418,6 @@ export class ApplicationRef_ extends ApplicationRef {
get componentTypes(): Type[] { return this._rootComponentTypes; }
}
/**
* @internal
*/
export const PLATFORM_CORE_PROVIDERS =
/*@ts2dart_const*/[
PlatformRef_,