Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which decorator marks a class as an Angular component?

  1. A @Injectable
  2. B @Component
  3. C @Directive
  4. D @NgModule
Answer

@Component

@Component is a @Directive with a template. Its metadata defines the selector, template, styles and change detection strategy.

All Angular MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as