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 |
List the major browsers supported by angularjs?
How to handle xss or csrf attacks in angular 4 ?
What is ivy renderer?
What is pipe decorator?
How to import css using system import?
Is react easier than javascript?
Explain component specific hooks?
What is directive order?
How to implement a datagrid table with angular 2 and primeng?
What is ddo (directive definition object)?
What are directives?
What are animating elements in angularjs?