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

What is a standalone component in modern Angular?

  1. A A component that cannot be reused
  2. B A component that declares its own dependencies without needing an NgModule
  3. C A component rendered outside the application
  4. D A component without a template
Answer

A component that declares its own dependencies without needing an NgModule

Standalone components import what they need directly, reducing boilerplate and making the dependency graph explicit.

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