Skip to content

Commit 1c9667c

Browse files
committed
Update Angular 14.2.10
1 parent 59affcb commit 1c9667c

File tree

8 files changed

+271
-270
lines changed

8 files changed

+271
-270
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's part of a repo series designed
1212

1313
to create a **Web Application with Angular 14**
1414

15-
* Featuring [**Angular 14.2.9**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.8**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.2.10**](https://github.com/angular/angular/releases) & [**Angular CLI 14.2.9**](https://github.com/angular/angular-cli/releases/)
1616

1717

1818
* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)

angular/package-lock.json

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

angular/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "14.2.8",
3+
"version": "14.2.10",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,32 +13,32 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.2.9",
17-
"@angular/common": "14.2.9",
18-
"@angular/compiler": "14.2.9",
19-
"@angular/core": "14.2.9",
20-
"@angular/forms": "14.2.9",
21-
"@angular/platform-browser": "14.2.9",
22-
"@angular/platform-browser-dynamic": "14.2.9",
23-
"@angular/router": "14.2.9",
16+
"@angular/animations": "14.2.10",
17+
"@angular/common": "14.2.10",
18+
"@angular/compiler": "14.2.10",
19+
"@angular/core": "14.2.10",
20+
"@angular/forms": "14.2.10",
21+
"@angular/platform-browser": "14.2.10",
22+
"@angular/platform-browser-dynamic": "14.2.10",
23+
"@angular/router": "14.2.10",
2424
"@fortawesome/fontawesome-free": "6.2.0",
2525
"bootstrap": "5.2.2",
2626
"rxjs": "7.5.7",
2727
"tslib": "2.4.1",
28-
"zone.js": "0.11.8"
28+
"zone.js": "0.12.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.2.8",
31+
"@angular-devkit/build-angular": "14.2.9",
3232
"@angular-eslint/builder": "14.1.2",
3333
"@angular-eslint/eslint-plugin": "14.1.2",
3434
"@angular-eslint/eslint-plugin-template": "14.1.2",
3535
"@angular-eslint/schematics": "14.1.2",
3636
"@angular-eslint/template-parser": "14.1.2",
37-
"@angular/cli": "14.2.8",
38-
"@angular/compiler-cli": "14.2.9",
37+
"@angular/cli": "14.2.9",
38+
"@angular/compiler-cli": "14.2.10",
3939
"@types/jasmine": "4.3.0",
40-
"@typescript-eslint/eslint-plugin": "5.42.0",
41-
"@typescript-eslint/parser": "5.42.0",
40+
"@typescript-eslint/eslint-plugin": "5.42.1",
41+
"@typescript-eslint/parser": "5.42.1",
4242
"eslint": "8.27.0",
4343
"jasmine-core": "4.5.0",
4444
"karma": "6.4.1",

angular/src/app/app.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { isPlatformBrowser } from '@angular/common';
88
styleUrls: ['./app.component.css']
99
})
1010
export class AppComponent implements OnInit {
11+
1112
title = 'angular-bootstrap';
1213
footerUrl = 'https://www.ganatan.com/';
1314
footerLink = 'www.ganatan.com';
@@ -28,6 +29,6 @@ export class AppComponent implements OnInit {
2829
}
2930
}
3031
}
31-
}
32+
}
3233

3334
}

angular/src/app/modules/general/home/home.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class HomeComponent implements OnInit {
2222
this.meta.updateTag(
2323
{
2424
name: 'description',
25-
content: 'This application was developed with Angular version 14.2.9 and bootstrap 5.2.2' +
25+
content: 'This application was developed with Angular version 14.2.10 and bootstrap 5.2.2' +
2626
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
2727
});
2828

angular/src/environments/environment.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-starter',
6-
version: 'Angular 14.2.9',
6+
version: 'Angular 14.2.10',
77
bootstrap: 'Bootstrap 5.2.2',
88
fontawesome: 'Font Awesome 6.2.0',
99
}

angular/src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-bootstrap',
6-
version: 'Angular 14.2.9',
6+
version: 'Angular 14.2.10',
77
bootstrap: 'Bootstrap 5.2.2',
88
fontawesome: 'Font Awesome 6.2.0',
99
}

angular/ui/angular-starter-home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1 class="h5">
180180
</div>
181181
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-danger mb-2">
182182
<h2 class="h5">
183-
Angular 14.2.9<i class="fab fa-angular fa-lg ms-2"></i>
183+
Angular 14.2.10<i class="fab fa-angular fa-lg ms-2"></i>
184184
</h2>
185185
</div>
186186
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-primary mb-2">

0 commit comments

Comments
 (0)