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:
committed by
Josh Alling
parent
a41806a28d
commit
f959612689
@ -115,6 +115,11 @@ Here is the syntax and options can be used with `ng update`.
|
||||
|
||||
The NPM registry to use.
|
||||
|
||||
- style
|
||||
`--style`
|
||||
|
||||
The file extension to be used for style files. (Ex. ng new app --style=scss)
|
||||
|
||||
#### Conclusion
|
||||
|
||||
These commands fulfill the basics. Angular’s 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.
|
||||
|
Reference in New Issue
Block a user