Question Title

1. Which of the following is NOT a valid Angular Directive? (Required.)

Question Title

2. Which command will create a new Angular project (Required.)

Question Title

3. Which of the following is created when you generate a Component? (Required.)

Question Title

4. Which command will run the application? (Required.)

Question Title

5. What language do you use to code in Angular? (Required.)

Question Title

6. What does the following line of code do?

   (click) = “processData”
(Required.)

Question Title

7. The Angular application has the following files:

    <project>/src/main.ts => A

    <project>/src/app/app.module.ts  => B

    <project>/src/app/app.component.ts

What is the correct bootstrap order?
(Required.)

Question Title

8. Which of the following is NOT a built-in Angular pipe? (Required.)

Question Title

9. A Service in Angular is a Singleton? (Required.)

Question Title

10. To use Dependency Injection in Angular... (Required.)

T