Top 150+ Solved Angular-JS MCQ Questions Answer
Q. The _______ directive repeats a set of HTML, a given number of times.
a. ng-app
b. ng-bind
c. ng-init
d. ng-repeat.
Q. The AnglarJS ______directive sets the readonly attribute on the element; if it gets that the expression inside ng-readonly is true. it used to show the only which we can not change ,it is only for read only purpose.
a. ng-hide directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. The AngularJS ______ is used to remove the HTML elements if the expression is set to false. If the if element is set to true, a copy of the element is added in the DOM.
a. ng-if directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. The AngularJS _______ facilitates you to specify custom behaviour when an element is clicked. So, it is responsible for the result what you get after clicking
a. ng-click directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. The ______ sets the disabled attribute of a form field (input, select, or textarea).
a. ng-disebled directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. The ________ adds a controller to your application.it control on the application
a. ng-control directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. The ______ is used to binds application data to the HTML view.
a. ng-bind directive
b. readonly diretive
c. ng-init directive
d. ng-repeat.directive
Q. angular js is an open source full featured JavaScript framework developed byGoogle.
a. true
b. false
c. none
d. all
Q. Published by Google in 2009 AngularJS has become one of the most popular JavaScript frameworks till now
a. true
b. false
c. none
d. all