Question Title

* 1. Which of the following is NOT a valid Angular Directive?

Question Title

* 2. Which command will create a new Angular project

Question Title

* 3. Which of the following is created when you generate a Component?

Question Title

* 4. Which command will run the application?

Question Title

* 5. What language do you use to code in Angular?

Question Title

* 6. What does the following line of code do?

   (click) = “processData”

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?

Question Title

* 8. Which of the following is NOT a built-in Angular pipe?

Question Title

* 9. A Service in Angular is a Singleton?

Question Title

* 10. To use Dependency Injection in Angular...

T