What should be the maximum number of concurrent “watches”?

Technology CommunityCategory: AngularJSWhat should be the maximum number of concurrent “watches”?
VietMX Staff asked 3 years ago

To reduce memory consumption and improve performance it is a good idea to limit the number of watches on a page to 2,000. A utility called ng-stats can help track your watch count and digest cycles.