angular-cn/packages/core/src/zone
JiaLiPassion b142283ba2 fix(core): unify the signature between ngZone and noopZone (#37581)
Now we have two implementations of Zone in Angular, one is NgZone, the other is NoopZone.
They should have the same signatures, includes
1. properties
2. methods

In this PR, unify the signatures of the two implementations, and remove the unnecessary cast.

PR Close #37581
2020-07-28 09:59:49 -07:00
..
ng_zone.ts fix(core): unify the signature between ngZone and noopZone (#37581) 2020-07-28 09:59:49 -07:00