update to Angular CLI 6.2 (#616)

* upgrade to latest angular libs

* support "--watch" mode
This commit is contained in:
Denys Vuika
2018-09-07 07:03:49 +01:00
committed by GitHub
parent d5e823bd7a
commit 37059fd4b8
4 changed files with 919 additions and 1355 deletions

View File

@@ -24,7 +24,8 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
"flatModuleOutFile": "AUTOGENERATED",
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",

View File

@@ -24,7 +24,8 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"flatModuleId": "AUTOGENERATED",
"flatModuleOutFile": "AUTOGENERATED"
"flatModuleOutFile": "AUTOGENERATED",
"enableResourceInlining": true
},
"exclude": [
"src/test.ts",