"More tasks executed then were scheduled" exception thrown #287
Description
First off, I'll admit to not knowing whether this is an Angular2 or Zone.js issue. Sorry if I'm putting it in the wrong Issues list!
When loading the Google Maps API asynchronously, setTimeout and clearTimeout appear to be called which causes the error More tasks executed then were scheduled.
When I load it before the zone.js library, I am able to get further in the process. However, callbacks threw similar errors (eventually) without further instrumentation. (I'm not sure if this is expected, but I suspect it is. I figured I'd mention it just in case.)
I have not been able to resolve, however, that the error occurs again if I leave the window and return upon moving my mouse over the map again. This event appears to be wholly internal to Google Maps, and I can't capture it. Unfortunately, due to the debugger;
line in the code, I'm unable to just ignore it for the time being without altering the codebase.
I'm using Angular 2.0.0-beta.11 and zone.js 0.6.4.