mgechev / ngrev

Tool for reverse engineering of Angular applications
MIT License
1.58k stars 106 forks source link

fix: issue when vis runs change detection on interval #115

Closed vik-13 closed 3 years ago

vik-13 commented 3 years ago

Looks like Vis has some interval (probably requestAnimationFrame), which causes running angular change detection all the time. I think it's fair to move the communication with Vis outside angular zone.