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