McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Business Administration in ...
→
Angular-JS
→
AngularJS Core Concepts
→
Who is sometimes called as Father of Ang...
Q.
Who is sometimes called as Father of AngularJS?
A.
Brad Green
B.
Igor Minor
C.
Misko Hevery
D.
Brian Ford
Answer» C. Misko Hevery
3.5k
0
Do you find this helpful?
22
View all MCQs in
Angular-JS
Discussion
No comments yet
Login to comment
Related MCQs
We need to tell AngularJS what part of our HTML page contains the AngularJS app. You do so by adding the . . . . attribute to the root HTML element of the AngularJS app.
AngularJS can show or hide HTML depending on the state of data in the model. You do so using a set of AngularJS directives such as . . . . . . which are created specifically for that purpose.
AngularJS controllers control ___of AngularJS applications.
AngularJS is a library?
ng-app directive defines and links an AngularJS application to HTML.
AngularJS supports two-way data binding?
AngularJS expressions are written using.
AngularJS is an MVC based framework?
AngularJS bootstraps itself during config phase.
Can an HTML page have multiple “ng-app” directive for bootstrapping multiple AngularJS application?