fix(typings): add more missing typings.
This is the same bug pattern I reported in https://github.com/Microsoft/TypeScript/issues/5187 Closes #4636
This commit is contained in:
@ -90,7 +90,7 @@ export class NgZone {
|
||||
_onTurnStart: () => void;
|
||||
_onTurnDone: () => void;
|
||||
_onEventDone: () => void;
|
||||
_onErrorHandler: (error, stack) => void;
|
||||
_onErrorHandler: (error: any, stack: any) => void;
|
||||
|
||||
// Number of microtasks pending from _innerZone (& descendants)
|
||||
_pendingMicrotasks: number;
|
||||
|
Reference in New Issue
Block a user