From 2ab1085dfb0d48f616458eeba2f9cc3b236b6aa1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 25 May 2016 08:21:39 -0700 Subject: [PATCH] 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 --- modules/@angular/core/src/application_ref.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/@angular/core/src/application_ref.ts b/modules/@angular/core/src/application_ref.ts index 6a5493f45b87d..0720c421c99cb 100644 --- a/modules/@angular/core/src/application_ref.ts +++ b/modules/@angular/core/src/application_ref.ts @@ -418,9 +418,6 @@ export class ApplicationRef_ extends ApplicationRef { get componentTypes(): Type[] { return this._rootComponentTypes; } } -/** - * @internal - */ export const PLATFORM_CORE_PROVIDERS = /*@ts2dart_const*/[ PlatformRef_,