angular 7.0.5 ng new doesn't ask Would you like to add Angular routing?.... etc
Have you tried another terminal?
I noticed I get the interactive prompts when I use Windows Command Prompt (CMD), but I don't get them in Cygwin. Even if I use ng new new_project --interactive=true
, Cygwin just skips the prompts and goes with the default options similar to your screenshot.