From f95961268953f05c890a04abf6393386d0e5ca21 Mon Sep 17 00:00:00 2001 From: Derek Johnson Date: Mon, 22 Oct 2018 22:33:38 -0500 Subject: [PATCH] Add "style" to Angular-CLI options (#19816) Shows the person who's reading the documentation how to create an angular app using different style sheet file extensions. --- guide/english/angular/command-line-interface/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/angular/command-line-interface/index.md b/guide/english/angular/command-line-interface/index.md index fd809685b3..d14c82a6e6 100644 --- a/guide/english/angular/command-line-interface/index.md +++ b/guide/english/angular/command-line-interface/index.md @@ -114,6 +114,11 @@ Here is the syntax and options can be used with `ng update`. `--registry` The NPM registry to use. + +- style +`--style` + + The file extension to be used for style files. (Ex. ng new app --style=scss) #### Conclusion