AngularJS में ng-app निर्देश का प्राथमिक उद्देश्य क्या है?
What is the primary purpose of the ng-app directive in AngularJS?
A
To bind data to HTML elements
B
To define the root element of an AngularJS application
C
To add animations to the application
D
To manage HTTP requests
Explanation
Correct Answer: B) To define the root element of an AngularJS application