Q. Which Angular CLI flag creates a flat folder structure?
β
Correct Answer: (B)
--flat
Explanation: `--flat` creates the component in the same folder instead of a new one.