Update Angular template to Angular CLI 1.6.3, plus switch it from npm-shrinkwrap.json to package-lock.json
This commit is contained in:
parent
323453129d
commit
27878265bc
|
|
@ -1,6 +1,6 @@
|
||||||
# AngularSpa
|
# AngularSpa
|
||||||
|
|
||||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.4.
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.
|
||||||
|
|
||||||
## Development server
|
## Development server
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
9616
src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json
generated
Normal file
9616
src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -31,7 +31,7 @@
|
||||||
"zone.js": "^0.8.14"
|
"zone.js": "^0.8.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/cli": "1.5.4",
|
"@angular/cli": "1.6.3",
|
||||||
"@angular/compiler-cli": "^5.0.0",
|
"@angular/compiler-cli": "^5.0.0",
|
||||||
"@angular/language-service": "^5.0.0",
|
"@angular/language-service": "^5.0.0",
|
||||||
"@types/jasmine": "~2.5.53",
|
"@types/jasmine": "~2.5.53",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue