Q. What is the purpose of the `--standalone` flag in Angular CLI?
β
Correct Answer: (B)
To create a module-less component
Explanation: `--standalone` creates a component that doesn't need to be declared in an NgModule.