From ae4fa56ee91ea0879a74655d6b7f9dae2fdcf852 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 28 Jun 2016 12:21:50 -0700 Subject: [PATCH] fix(public API): update golden files broken by #9606 --- tools/public_api_guard/core/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/public_api_guard/core/index.d.ts b/tools/public_api_guard/core/index.d.ts index c77e8b5255..895f05ce45 100644 --- a/tools/public_api_guard/core/index.d.ts +++ b/tools/public_api_guard/core/index.d.ts @@ -855,7 +855,7 @@ export declare class NgZoneError { /** @stable */ export declare class NoAnnotationError extends BaseException { - constructor(typeOrFunc: any, params: any[][]); + constructor(typeOrFunc: Type | Function, params: any[][]); } /** @stable */ @@ -906,7 +906,7 @@ export interface OptionalMetadataFactory { /** @stable */ export declare class OutOfBoundsError extends BaseException { - constructor(index: any); + constructor(index: number); } /** @stable */