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.
pull/26643/head
Derek Johnson 2018-10-22 22:33:38 -05:00 committed by Josh Alling
parent a41806a28d
commit f959612689
1 changed files with 5 additions and 0 deletions

View File

@ -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