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



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

Answer / Km Divya Budiyal

In AngularJS, there is no hard limit to the number of concurrent watches. However, having too many watches can negatively impact the performance of your application, as each watch triggers when its expression changes. It's best practice to minimize the use of watches and to use them only when necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

List the major browsers supported by angularjs?

1 Answers  


How to handle xss or csrf attacks in angular 4 ?

1 Answers  


What is ivy renderer?

1 Answers  


What is pipe decorator?

1 Answers  


How to import css using system import?

1 Answers  


Is react easier than javascript?

1 Answers  


Explain component specific hooks?

1 Answers  


What is directive order?

1 Answers  


How to implement a datagrid table with angular 2 and primeng?

0 Answers  


What is ddo (directive definition object)?

1 Answers  


What are directives?

1 Answers  


What are animating elements in angularjs?

1 Answers  


Categories