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.
This commit is contained in:
Derek Johnson
2018-10-22 22:33:38 -05:00
committed by Josh Alling
parent a41806a28d
commit f959612689

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