Skip to content

Commit 59994c3

Browse files
committed
Update Angular 14.0.4
1 parent 55e6cc2 commit 59994c3

File tree

8 files changed

+647
-220
lines changed

8 files changed

+647
-220
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.0.3**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.4**](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

Lines changed: 626 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-modules",
3-
"version": "14.0.3",
3+
"version": "14.0.4",
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.0.3",
17-
"@angular/common": "14.0.3",
18-
"@angular/compiler": "14.0.3",
19-
"@angular/core": "14.0.3",
20-
"@angular/forms": "14.0.3",
21-
"@angular/platform-browser": "14.0.3",
22-
"@angular/platform-browser-dynamic": "14.0.3",
23-
"@angular/router": "14.0.3",
16+
"@angular/animations": "14.0.4",
17+
"@angular/common": "14.0.4",
18+
"@angular/compiler": "14.0.4",
19+
"@angular/core": "14.0.4",
20+
"@angular/forms": "14.0.4",
21+
"@angular/platform-browser": "14.0.4",
22+
"@angular/platform-browser-dynamic": "14.0.4",
23+
"@angular/router": "14.0.4",
2424
"@fortawesome/fontawesome-free": "6.1.1",
2525
"bootstrap": "5.1.3",
2626
"rxjs": "7.5.5",
2727
"tslib": "2.4.0",
2828
"zone.js": "0.11.6"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.0.3",
31+
"@angular-devkit/build-angular": "14.0.4",
3232
"@angular-eslint/builder": "14.0.0",
3333
"@angular-eslint/eslint-plugin": "14.0.0",
3434
"@angular-eslint/eslint-plugin-template": "14.0.0",
3535
"@angular-eslint/schematics": "14.0.0",
3636
"@angular-eslint/template-parser": "14.0.0",
37-
"@angular/cli": "14.0.3",
38-
"@angular/compiler-cli": "14.0.3",
37+
"@angular/cli": "14.0.4",
38+
"@angular/compiler-cli": "14.0.4",
3939
"@types/jasmine": "4.0.3",
40-
"@typescript-eslint/eslint-plugin": "5.29.0",
41-
"@typescript-eslint/parser": "5.29.0",
40+
"@typescript-eslint/eslint-plugin": "5.30.0",
41+
"@typescript-eslint/parser": "5.30.0",
4242
"eslint": "8.18.0",
4343
"jasmine-core": "4.2.0",
4444
"karma": "6.4.0",

angular/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<footer class="nga-footer">
4444
<div class="py-3 text-center" style="background-color: black;">
4545
<div class="container">
46-
2021 :<a href="https://www.ganatan.com/"> www.ganatan.com</a>
46+
<a href="https://www.ganatan.com/"> www.ganatan.com</a>
4747
</div>
4848
</div>
4949
</footer>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class HomeComponent implements OnInit {
5858
this.meta.updateTag(
5959
{
6060
name: 'description',
61-
content: 'This application was developed with Angular version 14.0.3 and bootstrap 5.1.3' +
61+
content: 'This application was developed with Angular version 14.0.4 and bootstrap 5.1.3' +
6262
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
6363
});
6464
}

angular/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-modules',
6-
version: 'Angular 14.0.3',
6+
version: 'Angular 14.0.4',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-modules',
6-
version: 'Angular 14.0.3',
6+
version: 'Angular 14.0.4',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/ui/angular-starter-home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1 class="h5">
158158
</div>
159159
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-danger mb-2">
160160
<h2 class="h5">
161-
Angular 14.0.3<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 14.0.4<i class="fab fa-angular fa-lg ms-2"></i>
162162
</h2>
163163
</div>
164164
<div class="col-12 col-sm-12 col-md-12 col-lg-4 col-xl-3 text-center text-primary mb-2">
@@ -274,7 +274,7 @@ <h5 class="card-title">Template Driven Forms</h5>
274274
<footer class="nga-footer">
275275
<div class="py-3 text-center" style="background-color: black;">
276276
<div class="container">
277-
2021 :<a href="https://www.ganatan.com/"> www.ganatan.com</a>
277+
<a href="https://www.ganatan.com/"> www.ganatan.com</a>
278278
</div>
279279
</div>
280280
</footer>

0 commit comments

Comments
 (0)