File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/app/modules/general/about Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments