For Angular template, update to @angular/cli 1.5.4 equivalent output

This commit is contained in:
Steve Sanderson 2017-11-23 10:38:31 +00:00
parent 7fe5fe2393
commit c517ad3f65
4 changed files with 2928 additions and 640 deletions

View File

@ -1,6 +1,6 @@
# AngularSpa
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.0.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.4.
## Development server

View File

@ -1,5 +1,5 @@
{
"name": "client-app",
"name": "AngularSpa",
"version": "0.0.0",
"license": "MIT",
"scripts": {
@ -31,13 +31,13 @@
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/cli": "1.5.4",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~4.0.1",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",

View File

@ -127,6 +127,8 @@
"app",
"kebab-case"
],
"angular-whitespace": [true, "check-interpolation"],
"no-output-on-prefix": true,
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,