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 Import array can be used to import the functionality from other Angular JS 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.

Answer : C

Explanation

systemjs.config.json contains the system files required for Angular JS application. This loads all the necessary script files without the need to add a script tag to the html pages.

Answer : C

Explanation

'npm:': 'node_modules/' tells the location in our project where all the npm modules are located. The mapping of app: 'app' tells the folder where all our applications files are loaded.

Q 7 - Which of the following filter is used to slice a piece of data from the input string.

A - slice

B - substring

C - Both of the above.

D - None of the above.

Answer : A

Explanation

slice filter is used to slice a piece of data from the input string.

Print
angular2_questions_answers.htm
Advertisements