Home »
MCQs »
AngularJS MCQs
The .subscribe in AngularJS is used for?
65. The .subscribe in AngularJS is used for?
- Streams data synchronously
- Streams data asynchronously
- Both of the above
- None of the above
Answer: C) Both of the above
Explanation:
The .subscribe is used for the both:
- Streams data synchronously
- Streams data asynchronously