Skip to content

Commit 9c60aa7

Browse files
committed
course update to Angular v5
1 parent f489c2b commit 9c60aa7

File tree

3 files changed

+95
-57
lines changed

3 files changed

+95
-57
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This repository contains the code of the [Angular Forms Course](https://angular-university.io/course/angular2-forms).
77

8-
This course repository is updated to Angular 4, there is a npm-lock.json file available for avoiding semantic versioning issues.
8+
This course repository is updated to Angular v5, there is a npm-lock.json file available for avoiding semantic versioning issues.
99

1010
![Angular Forms Course](https://angular-academy.s3.amazonaws.com/thumbnails/angular-forms-small-v2.png)
1111

package-lock.json

+81-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@
99
"http-server": "^0.9.0"
1010
},
1111
"dependencies": {
12-
"@angular/common": "4.0.0",
13-
"@angular/compiler": "4.0.0",
14-
"@angular/core": "4.0.0",
15-
"@angular/forms": "4.0.0",
16-
"@angular/http": "4.0.0",
17-
"@angular/platform-browser": "4.0.0",
18-
"@angular/platform-browser-dynamic": "4.0.0",
19-
"@angular/router": "4.0.0",
12+
"@angular/animations": "^5.0.0",
13+
"@angular/common": "^5.0.0",
14+
"@angular/compiler": "^5.0.0",
15+
"@angular/core": "^5.0.0",
16+
"@angular/forms": "^5.0.0",
17+
"@angular/http": "^5.0.0",
18+
"@angular/platform-browser": "^5.0.0",
19+
"@angular/platform-browser-dynamic": "^5.0.0",
20+
"@angular/router": "^5.0.0",
21+
"core-js": "^2.4.1",
22+
"rxjs": "^5.5.2",
23+
"zone.js": "^0.8.14",
2024
"body-parser": "1.15.1",
2125
"express": "4.13.4",
2226
"lodash": "4.13.1",
23-
"rxjs": "5.1.0",
2427
"systemjs": "0.19.27",
25-
"ts-node": "3.0.2",
26-
"typescript": "2.2.0",
27-
"zone.js": "0.8.4"
28+
"ts-node": "3.0.2"
2829
},
2930
"engines": {
3031
"node": "4.2.1",

0 commit comments

Comments
 (0)