Skip to content

Commit ab2ba96

Browse files
committed
Update Angular 10.2.2
1 parent 1c8c329 commit ab2ba96

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<h1 align="center">Angular Example Lazy loading</h1>
33
<p align="center">
4-
Example with Angular 10.2.0 & Angular CLI 10.2.0
4+
Example with Angular 10.2.2 & Angular CLI 10.2.0
55
<br>
66
<br>
77
<a href="https://demo.ganatan.com/angular-example-lazy-loading">
@@ -60,8 +60,6 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
6060
## Production
6161
* `npm run build`
6262

63-
### Use Chrome version 85 min !!!!
64-
6563
## Tests
6664
* `npm run lint`
6765
* `npm run test`

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-starter",
3-
"version": "10.2.0",
3+
"version": "10.2.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -25,24 +25,24 @@
2525
"homepage": "https://github.com/ganatan/angular-example-lazy-loading#readme",
2626
"private": true,
2727
"dependencies": {
28-
"@angular/animations": "10.2.0",
29-
"@angular/common": "10.2.0",
30-
"@angular/compiler": "10.2.0",
31-
"@angular/core": "10.2.0",
32-
"@angular/forms": "10.2.0",
33-
"@angular/platform-browser": "10.2.0",
34-
"@angular/platform-browser-dynamic": "10.2.0",
35-
"@angular/router": "10.2.0",
28+
"@angular/animations": "10.2.2",
29+
"@angular/common": "10.2.2",
30+
"@angular/compiler": "10.2.2",
31+
"@angular/core": "10.2.2",
32+
"@angular/forms": "10.2.2",
33+
"@angular/platform-browser": "10.2.2",
34+
"@angular/platform-browser-dynamic": "10.2.2",
35+
"@angular/router": "10.2.2",
3636
"rxjs": "6.6.3",
3737
"tslib": "2.0.3",
38-
"zone.js": "0.11.2"
38+
"zone.js": "0.11.3"
3939
},
4040
"devDependencies": {
4141
"@angular-devkit/build-angular": "0.1002.0",
4242
"@angular/cli": "10.2.0",
43-
"@angular/compiler-cli": "10.2.0",
44-
"@types/node": "14.14.3",
45-
"@types/jasmine": "3.6.0",
43+
"@angular/compiler-cli": "10.2.2",
44+
"@types/node": "14.14.6",
45+
"@types/jasmine": "3.6.1",
4646
"@types/jasminewd2": "2.0.8",
4747
"codelyzer": "6.0.1",
4848
"jasmine-core": "3.6.0",
@@ -55,6 +55,6 @@
5555
"protractor": "7.0.0",
5656
"ts-node": "9.0.0",
5757
"tslint": "6.1.3",
58-
"typescript": "4.0.3"
58+
"typescript": "4.0.5"
5959
}
6060
}

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import { Component } from '@angular/core';
77
})
88
export class AppComponent {
99
title = 'angular-starter';
10-
version = 'Angular version 10.2.0';
10+
version = 'Angular version 10.2.2';
1111
}

0 commit comments

Comments
 (0)