Home »
MCQs »
AngularJS MCQs
Which AngularJS service is the version of the window.setTimeout function?
51. Which AngularJS service is the version of the window.setTimeout function?
- $timeout
- $WindowTimeout
- $WinTimeout
- $setTimeout
Answer: A) $timeout
Explanation:
The AngularJS service $timeout is the version of the window.setTimeout function.