0 votes
in Angular by
What Can Be the Performance Implications of Watchers and Digest Cycle ?

1 Answer

0 votes
by

If there are a lot of unnecessary watchers, then digest cycle has to work harder. As per AngularJS team, having more than 2000 watchers on Angular screen is a bad practice.

...