From 920f5f3855418d91e8a55649495bb93ea3841486 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 14 Dec 2017 23:10:19 +0800
Subject: [PATCH] updates

---
 .angular-cli.json |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/.angular-cli.json b/.angular-cli.json
index 9ccd9d5..1e8b64b 100644
--- a/.angular-cli.json
+++ b/.angular-cli.json
@@ -19,7 +19,7 @@
       "testTsconfig": "tsconfig.spec.json",
       "prefix": "app",
       "styles": [
-        "styles.css"
+        "styles.less"
       ],
       "scripts": [],
       "environmentSource": "environments/environment.ts",
@@ -55,6 +55,32 @@
   },
   "defaults": {
     "styleExt": "css",
-    "component": {}
+    "class": {
+      "spec": false
+    },
+    "component": {
+      "flat": false,
+      "spec": false,
+      "inlineStyle": true,
+      "inlineTemplate": false
+    },
+    "directive": {
+      "spec": false
+    },
+    "guard": {
+      "spec": false
+    },
+    "interface": {
+      "prefix": "I"
+    },
+    "module": {
+      "spec": false
+    },
+    "pipe": {
+      "spec": true
+    },
+    "service": {
+      "spec": false
+    }
   }
 }

--
Gitblit v1.8.0