Skip to content

Commit

Permalink
fix(core): remove @internal annotation from PLATFORM_CORE_PROVIDERS
Browse files Browse the repository at this point in the history
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 angular#8819
  • Loading branch information
IgorMinar committed May 25, 2016
1 parent acc3a2d commit 2ab1085
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/@angular/core/src/application_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,6 @@ export class ApplicationRef_ extends ApplicationRef {
get componentTypes(): Type[] { return this._rootComponentTypes; }
}

/**
* @internal
*/
export const PLATFORM_CORE_PROVIDERS =
/*@ts2dart_const*/[
PlatformRef_,
Expand Down

0 comments on commit 2ab1085

Please sign in to comment.