• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests

AngularJS Quiz | Set-3

Question 1

Which angular decorator is used to defining the name of the pipe?
  • pipeName
  • pipeDeco
  • Pipe
  • None of the above

Question 2

The router in angular js is used for?
  • @angular/router
  • @angular/core
  • @angular/scroll
  • None of above

Question 3

Which of the below option fits for the lowercase filter in angular JS?

  • The lowercase filter converts a text to lower case text.

  • The lowercase filter is a function that takes text as input.

  • The lowercase doesn\'t convert the string input

  • None of the above.

Question 4

Which of the following is the way for creating custom directives in angular js?
  • Element directives
  • CSS
  • Attribute
  • All of the above.

Question 5

Which of the below is the correct syntax for orderBy Filter?

  • {{ string | uppercase}}

  • {{ orderBy_expression | orderBy : expression : reverse }}

  • {{ orderBy_clause | orderBy : expression : reverse }}

  • {{ orderBy_expression | orderBy : expression : forward}}

Question 6

Which filter in AngularJs is used to convert a number into string or text?
  • int Filter
  • lowerCase
  • upperCase
  • number Filter

Question 7

Which function in AngularJs is used to determine if the date is valid or not ?

  • angular.isTime()

  • angular.isDate()

  • angular.bootstrap()

  • angular.isElement()

Question 8

Which filter is used to returns an array or a string that contains a specified number of elements.
  • limitTo Filter
  • limitBegain
  • limitNumer
  • limitOrderBy

Question 9

Which below are not inbuilt-in AngularJS directives.

  • ng-app

  • ng-init

  • ng-model

  • filter

Question 10

Which directive is used to specify the condition to show or hide the child elements in HTML DOM?
  • ng-switch
  • ng-cut
  • ng-readOnly
  • ng-input

There are 15 questions to complete.

Last Updated :
Take a part in the ongoing discussion