mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
2d9d7f1310
commit
ae4fa56ee9
1 changed files with 2 additions and 2 deletions
4
tools/public_api_guard/core/index.d.ts
vendored
4
tools/public_api_guard/core/index.d.ts
vendored
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue