Home »
MCQs »
AngularJS MCQs
Which AngularJS service is the version of the window.setInterval function?
52. Which AngularJS service is the version of the window.setInterval function?
- $interval
- $WindowInterval
- $WinInterval
- $setInterval
Answer: A) $interval
Explanation:
The AngularJS service $interval is the version of the window.setInterval function.