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

@ -115,6 +115,11 @@ Here is the syntax and options can be used with `ng update`.
The NPM registry to use. The NPM registry to use.
- style
`--style`
The file extension to be used for style files. (Ex. ng new app --style=scss)
#### Conclusion #### Conclusion
These commands fulfill the basics. Angulars CLI is an incredible convenience that expedites application generation, configuration, and expansion. It does all this while maintaining flexibility, allowing the developer to make necessary changes. These commands fulfill the basics. Angulars CLI is an incredible convenience that expedites application generation, configuration, and expansion. It does all this while maintaining flexibility, allowing the developer to make necessary changes.