Skip to content

Commit bb9fee8

Browse files
committed
Update Angular CLI 10.0.1 & About
1 parent 13e8b6c commit bb9fee8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
### Front-end : What's included
3939
> Dependencies
4040
- [x] Angular : 10.0.2
41-
- [x] Angular CLI : 10.0.0
41+
- [x] Angular CLI : 10.0.1
4242
- [x] Angular Universal : 10.0.1
4343
- [x] Bootstrap : 4.5.0
4444
- [x] Fontawesome : 5.13.1
@@ -150,7 +150,7 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
150150
* in your browser [http://localhost:5200/movies](http://localhost:5200/movies)
151151

152152
### Author
153-
* Updated : 01/07/2020
153+
* Updated : 02/07/2020
154154
* Author : danny
155155

156156
## Documentation

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
"jquery": "3.5.1",
4949
"leaflet": "1.6.0",
5050
"ng2-charts": "2.3.2",
51-
"rxjs": "6.5.5",
51+
"rxjs": "6.6.0",
5252
"tslib": "2.0.0",
5353
"zone.js": "0.10.3"
5454
},
5555
"devDependencies": {
56-
"@angular-devkit/build-angular": "0.1000.0",
57-
"@angular/cli": "10.0.0",
56+
"@angular-devkit/build-angular": "0.1000.1",
57+
"@angular/cli": "10.0.1",
5858
"@angular/compiler-cli": "10.0.2",
5959
"@nguniversal/builders": "10.0.1",
6060
"@types/express": "4.17.6",
@@ -72,6 +72,6 @@
7272
"protractor": "7.0.0",
7373
"ts-node": "8.10.2",
7474
"tslint": "6.1.2",
75-
"typescript": "3.9.5"
75+
"typescript": "3.9.6"
7676
}
7777
}

src/app/modules/general/about/about.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export class AboutComponent {
1414
this.dependencies = {
1515
frontend: [
1616
{ name: 'Angular 10.0.2' },
17+
{ name: 'Angular CLI 10.0.1' },
1718
{ name: 'Angular Universal 10.0.1' },
1819
{ name: 'Font Awesome 5.13.1' },
1920
{ name: 'Bootstrap 4.5.0' },

0 commit comments

Comments
 (0)