• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

AngularJS Quiz | Set-2

Question 1

Which directive is used for building the nested form in Angular?

  • ng-app

  • ng-start

  • ng-form

  • ng-end

Question 2

Which of the below directive in AngularJs is called the entry point of the application?
  • ng-begin
  • ng-start
  • ng-app
  • None of the above

Question 3

$dirty flag in Angular JS is used for?
  • State that the form has invalid data.
  • State that value has been changed.
  • Both of the above.
  • None of the above.

Question 4

Which jQuery function is used to bind the current context to the function?
  • angular.element()
  • angular.bind()
  • angular.bootstrap()
  • angular.foreach()

Question 5

.subscribe in angular is used for?

  • Streams data synchronously

  • Streams data asynchronously

  • Both of the above

  • None of above

Question 6

Which directive is used for linking the angular to Html?

  • ng-begin

  • ng-app

  • ng-start

  • None of the above

Question 7

Which of the below decorator is used for configuring your module class?

  • @NgApp

  • @NgModule

  • Both of the above

  • @NgImport

Question 8

Which of the below is an Invalid filter in AngularJs?
  • JSON
  • email
  • limitTo
  • order by

Question 9

Which of the below is the controller for the single parameter in Angular JS?
  • $control
  • $scope
  • ^scope
  • All of the above

Question 10

How many numbers of $RootScope does in Angular Js?

  • 2

  • 3

  • 1

  • 4

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion