I'm creating a new Angular 8 project and I was trying to set the style sheets to SCSS and create angular routing from the beginning of the project. I know I can do it manually, but it was pretty nice to have the menu of options in the command line.
ng new my-project --style=scss --routing
But in Angular 7 it was giving me the options to be selected in the command line. How can I add this back to my Angular 8 CLI?
When I run ng v
I get the following:
Angular CLI: 8.0.1
Node: 10.16.0
OS: win32 x64
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.800.1
@angular-devkit/core 8.0.1
@angular-devkit/schematics 8.0.1
@schematics/angular 8.0.1
@schematics/update 0.800.1
rxjs 6.4.0
Created an Issue just in case it's an actual bug: https://github.com/angular/angular-cli/issues/14640