Question 1
Angular.js is the combination of which of the following languages ?
HTML and PHP
HTML and CrossScript
HTML and Bootstrap
HTML and TypeScript
Question 3
Question 4
Which of the following is the way to manually start the application in Angular?
angular. bootstrap
angular.element
angular. copy
None of the above
Question 5
What of the following is the correct way for applying multiple filters in AngularJS ?
{{ expression | filter1 | filter2}}
{{ expression | {filter1} | {filter2} }}
{{ expression - {filter1} - {filter2}}}
{{ {filter1} | {filter2} | ...expression}}
Question 6
Question 7
Question 8
Which of the below templates is used for writing the AngularJs directive ?
Tag
Attribute
Class name
All of the above
Question 9
The component which is used for adding the dependency in AngularJS application are:
Value
Factory
Constant
Application Module
Question 10
There are 15 questions to complete.