Filters
Question type

Study Flashcards

Can multiple angular applications be bootstrapped using same element??


A) Yes
B) No. An error is thrown such as 'App Already Bootstrapped with this Element'
C) none
D) all

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

At framework level, how does Angular retrieve the matching elements for processing?


A) Makes use of jqLite(element) function.
B) If jQuery is used, jQuery(element) is used by way of assigning jQuery to jqLite variable
C) Both of the above
D) None of the above

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

What are various possible ways in which angular application can be initialized?


A) On an element, one could either put simply the attribute such as (ng-app, data-ng-app, ng:app, x-ng-app)
B) Put the named attribute such as (ng-app='demoApp')
C) Both of the above
D) none

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

Who is sometimes called as Father of AngularJS?


A) Brad Green
B) Igor Minor
C) Misko Hevery
D) Brian Ford

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Can an HTML page have multiple "ng-app" directive for bootstrapping multiple AngularJS application?


A) Yes
B) No
C) none
D) all

E) A) and B)
F) A) and D)

Correct Answer

verifed

verified

Showing 21 - 25 of 25

Related Exams

Show Answer