added "style" key to "schematics"

Angular CLI version 9 looks at the "style" key instead of "styleext" from schematics.
This commit is contained in:
itreptau
2020-07-07 15:27:26 +02:00
committed by GitHub
parent 655f795df6
commit 6f5bbc5d47

View File

@@ -162,7 +162,8 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"styleext": "scss"
"styleext": "scss",
"style": "scss"
},
"@schematics/angular:directive": {
"prefix": "app"