Correct Answer: var variable_name = angular.module("app_name", []);
Q15.
AngularJS अभिव्यक्तियों के बारे में निम्नलिखित में से कौन सा सत्य है?<break-line><break-line>Which of the following is true about AngularJS expressions?
A.ng-bind की तरह व्यवहार करते हैं/Expressions behave in same way as ng-bind directives
B.HTML से एप्लिकेशन डेटा को बाँधने के लिए/Used to bind application data to HTML
C.डबल ब्रेसेस में लिखी जाती हैं {{expression}}/Written inside double braces like {{expression}}