Skip to content

Commit

Permalink
added "style" key to "schematics"
Browse files Browse the repository at this point in the history
Angular CLI version 9 looks at the "style" key instead of "styleext" from schematics.
  • Loading branch information
itreptau authored Jul 7, 2020
1 parent 655f795 commit 6f5bbc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"styleext": "scss"
"styleext": "scss",
"style": "scss"
},
"@schematics/angular:directive": {
"prefix": "app"
Expand Down

0 comments on commit 6f5bbc5

Please sign in to comment.