A: Yes — Angular supports hybrid use of modules and standalone components. You can incrementally convert components to standalone by adding standalone: true, moving their dependencies into the imports of the component, and removing them from modules, then using bootstrapApplication when all is migrated.