Q. At framework level, how does Angular retrieve the matching elements for processing? (Solved)
1. Makes use of jqLite(element) function.
2. If jQuery is used, jQuery(element) is used by way of assigning jQuery to jqLite variable
3. Both of the above
4. None of the above
- c. Both of the above