Angular 2 Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to Angular 2. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : A

Explanation

Angular 2 Export array is used to export components, directives, and pipes which can then be used in other modules.

Answer : D

Explanation

Command Line Interface (CLI) can be used to create our Angular JS application. It also helps in creating a unit and end-to-end tests for the application.

Q 6 - Which of the following filter is used to convert input to all uppercase?

A - uppercase

B - upper

C - Both of the above.

D - None of the above.

Answer : A

Explanation

uppercase filter is used to convert the input to all uppercase.

Q 7 - Which of the following filter is used to convert an input string to percentage format.

A - percentage

B - percent

C - Both of the above.

D - None of the above.

Answer : B

Explanation

percent filter is used to convert an input string to percentage format.

Print
angular2_questions_answers.htm
Advertisements