I encountered the following error in an angular2 application.
WARNING: your application is taking longer than 2000 Zone turns.
My question: What are 'zone turns', why does it warn me when it is above 2000? (I know I can change the limit, but then, why would I do this?)