Skip to content

Commit

Permalink
fix(public API): update golden files
Browse files Browse the repository at this point in the history
broken by angular#9606
  • Loading branch information
vicb committed Jun 28, 2016
1 parent 2d9d7f1 commit ae4fa56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/public_api_guard/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -906,7 +906,7 @@ export interface OptionalMetadataFactory {

/** @stable */
export declare class OutOfBoundsError extends BaseException {
constructor(index: any);
constructor(index: number);
}

/** @stable */
Expand Down

0 comments on commit ae4fa56

Please sign in to comment.