fix(public API): update golden files

broken by #9606
This commit is contained in:
Victor Berchet 2016-06-28 12:21:50 -07:00
parent 2d9d7f1310
commit ae4fa56ee9
1 changed files with 2 additions and 2 deletions

View File

@ -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 */