Angular 6 App Zone.js Drainmicrotaskqueue Infinite Loop
I have an angular 6 app that when I run locally on my windows machine works as expected. When I clone the same repo and try to run it on my MAC, I get a browser that just seems to
Solution 1:
My application was making an async call infinitely, causing the app to seem to freeze up. It did not freeze on windows, but on any iOS or MAC device it wouldn't load. I removed the call and the app works fine
Post a Comment for "Angular 6 App Zone.js Drainmicrotaskqueue Infinite Loop"