Correct Answer: HTML एलिमेंट को रिपीट करता है/Repeats an HTML element
Q27.
AngularJS एप्लिकेशन को प्रारंभ करने के लिए निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?<break-line><break-line>Which of the following directives is used to start an AngularJS application?
HTML तत्व को दिखाने या छिपाने के लिए किस AngularJS निर्देश का उपयोग किया जाता है?<break-line><break-line>Which AngularJS directive is used to show or hide an HTML element?
नीचे दिए गए कथन पर विचार करें - आउटपुट क्या होगा?<break-line><break-line>Consider the below statement – what will be the output?<pre><code><div ng-app="" ng-init="num=10">
<p ng-show="num > 5">Displaying: {{num}}</p>
</div></code></pre>
निम्नलिखित में से किसका उपयोग निर्देशों के उपसर्ग के रूप में किया जा सकता है?<break-line><break-line>Which of the following can be used as a prefix for Directives?