I'm creating an Angular project using angular cli and they are asking me "which stylesheet format would you like to use (use arrow keys)" with different formats.
Why is this appearing?
I'm creating an Angular project using angular cli and they are asking me "which stylesheet format would you like to use (use arrow keys)" with different formats.
Why is this appearing?
The Angular CLI provides an interactive experience in some cases. Although you can avoid this by passing in the style flag documented in the angular docs here: https://angular.io/cli/new. If you don't pass in a style sheet you just need to press the up or down arrows to decide which format you prefer
yes, you have to use your keyboard arrow button < ,^, > ... for choosing your options.