A: Standalone components are components declared with standalone: true in their @Component decorator so they don’t need to be declared in an NgModule. They manage their own imports directly. This reduces boilerplate and allows coexisting use of module-based and standalone components.