Level:-Basic
|
Q(1) |
AngularJS uses the jQuery library. |
A  | True |
B  | False |
Q(2) |
An injector is ________. |
A  | a service locator and used to retrive object instances. |
B  | a pre-defined directive in AngularJS |
C  | like Search in AngularJS |
D  | All of the above |
Level:-Intermediate
|
Q(1) |
AngularJS supports SPA(Single Page Applcation) using ______ routing module. |
A  | mgRoute |
B  | ngRoute |
C  | Route |
D  | ngSPA |
Q(2) |
A module in AngularJS is a container of the different parts of an application such as ______. |
A  | controller |
B  | service |
C  | filters |
D  | All of the above |
Level:-Expert
|
Q(1) |
Which of the following is true about uppercase filter? |
A  | Uppercase filter is a function which takes text as input. |
B  | Uppercase filter converts a text to upper case text. |
C  | Both A and B |
D  | None of the above |
Q(2) |
ngController directive executes at priority level _____. |
A  | 0 |
B  | 99 |
C  | 100 |
D  | 500 |