1.
AngularJS expressions are written inside _____.
2.
Can we create custom directives in AngularJS?
3.
Being a JavaScript-only framework, applications written in AngularJS are not safe and secure.
4.
Which AngularJS filter limits an array/string, into a specified number of elements/characters?
5.
Which is the correct syntax of AngularJS directive ng-show?
6.
Which directive can be used to write AngularJS expressions?
7.
Which method of $location service is used to get the current URL without any parameters?
8.
Which of the following can be used as a prefix for Directive?
9.
In AngularJS, what is the data binding?
10.
Consider the below statement, how to print the value of "StudentName"?
Input something in the input box:
Name:
You wrote: _______
11.
Write a statement with element to initialize two variables (name and age)?
12.
Which of the below is an Invalid filter in AngularJS?
13.
Which is not a valid method of $location service?
14.
Consider the below statement – what will be the output?
The result is: {{qty * price}}
15.
Which directive defines the application controller?
16.
In the below given statement, "myApp" parameter refers to ____.
17.
Consider the below statement – what will be the output?
The result is: {{qty * price}}
18.
Which AngularJS filter orders an array by an expression?
19.
The .subscribe in AngularJS is used for?
20.
Consider the below statement – what will be the output?
The value is {{values[0]}} + {{values[2]}}