Top 150+ Solved Angular-JS MCQ Questions Answer
Q. The ng-bind directive .it is used to binds application data to the HTML view.
a. true
b. false
c. none
d. all
Q. The ng-init directive initializes application data. ,it is used to initializes thedata.
a. true
b. false
c. none
d. all
Q. The _ ng-repeat. directive repeats a set of HTML, a given number of times.
a. true
b. false
c. none
d. all
Q. Angular 1 core concept was $scope, and you will not find $scope in angular 2.0. Angular 2 is using . . . . . . . . to detect changes.
a. zone$.js
b. Scope.js
c. zone.js
d. zones.js
Q. Angular 2.0 contains a logging service called . . . . . which is very useful feature measuring where time is spent in your application.
a. config.js
b. logging.js
c. diary.js
d. none of above
Q. Angular 2 has a . . . . . . . service that allows us to dynamically load a component in a certain position on the page.
a. DynamicControlLoader
b. DynamicControllerLoader
c. DynaCompLoader
d. DynamicComponentLoader
Q. The ______ tag is an inline container used to mark up a part of a text, or a part of a document.
a. <div>
b. <block>
c. <span>
d. none of these.
Q. The _______ directive .it is used to binds application data to the HTMLview
a. ng-app
b. ng-model
c. ng-bind
d. none of these.
Q. AngularJS is a powerful javascript framework, used for developing _________ projects in very clean and maintainable way.
a. SinglePageApplication(SPA)
b. doublepage application
c. multipage application
d. non of these
Q. ________is a web application or website that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server).
a. SinglePageApplication(SPA)
b. doublepage application
c. multipage application
d. non of these