From 9e0d7be0149950b472c669530751b320e0d1808f Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 27 Mar 2017 21:15:00 +0100 Subject: [PATCH] build(aio): fix angular-cli config typo --- aio/.angular-cli.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/.angular-cli.json b/aio/.angular-cli.json index 09278d38eb..59ce5fe4ae 100644 --- a/aio/.angular-cli.json +++ b/aio/.angular-cli.json @@ -58,7 +58,7 @@ "defaults": { "styleExt": "scss", "component": { - "inlineStype": true + "inlineStyle": true } } }