build(aio): fix angular-cli config typo

This commit is contained in:
Peter Bacon Darwin 2017-03-27 21:15:00 +01:00 committed by Pete Bacon Darwin
parent 99951911d5
commit 9e0d7be014
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"defaults": {
"styleExt": "scss",
"component": {
"inlineStype": true
"inlineStyle": true
}
}
}