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:
Alex Eagle
2015-10-09 09:28:12 -07:00
committed by Alex Eagle
parent c178ad476e
commit aab0c57aee
6 changed files with 17 additions and 17 deletions

View File

@ -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;