Q. Which command is used to create a new Angular standalone component?
β
Correct Answer: (C)
ng generate component --standalone
Explanation: The `--standalone` flag creates a standalone component without needing to declare it in a module.