Skip to content

Commit 44480df

Browse files
committed
Update Angular 13.2.1
1 parent 3b07f9d commit 44480df

File tree

10 files changed

+451
-438
lines changed

10 files changed

+451
-438
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
it's a repo designed to create a **Web Application with Angular 13**
1212

1313

14-
* Frontend - [**Angular 13.2.0**](https://github.com/angular/angular/releases) & [**Angular CLI 13.2.0**](https://github.com/angular/angular-cli/releases/)
14+
* Frontend - [**Angular 13.2.1**](https://github.com/angular/angular/releases) & [**Angular CLI 13.2.2**](https://github.com/angular/angular-cli/releases/)
1515

1616
* UI prototype - [**bootstrap 5**](https://v5.getbootstrap.com/docs/5.0/getting-started/download/)
1717

@@ -62,8 +62,8 @@ Here is a working live demo : https://angular.ganatan.com/
6262

6363
### Front-end : What's included
6464
> Dependencies
65-
- [x] Angular : 13.2.0
66-
- [x] Angular CLI : 13.2.0
65+
- [x] Angular : 13.2.1
66+
- [x] Angular CLI : 13.2.2
6767
- [x] Angular Universal : 13.0.1
6868
- [x] Bootstrap : 5.1.3
6969
- [x] Fontawesome : 5.15.4
@@ -268,7 +268,7 @@ pm2 start process.config.js --env prod
268268
* in your browser [http://localhost:5004/cities](http://localhost:5004/cities)
269269

270270
### Author
271-
* Updated : 23/01/2022
271+
* Updated : 05/02/2022
272272
* Author : danny
273273

274274
## Documentation

frontend/package-lock.json

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

frontend/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-starter",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -19,16 +19,16 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "13.2.0",
23-
"@angular/common": "13.2.0",
24-
"@angular/compiler": "13.2.0",
25-
"@angular/core": "13.2.0",
26-
"@angular/forms": "13.2.0",
27-
"@angular/platform-browser": "13.2.0",
28-
"@angular/platform-browser-dynamic": "13.2.0",
29-
"@angular/platform-server": "13.2.0",
30-
"@angular/router": "13.2.0",
31-
"@angular/service-worker": "13.2.0",
22+
"@angular/animations": "13.2.1",
23+
"@angular/common": "13.2.1",
24+
"@angular/compiler": "13.2.1",
25+
"@angular/core": "13.2.1",
26+
"@angular/forms": "13.2.1",
27+
"@angular/platform-browser": "13.2.1",
28+
"@angular/platform-browser-dynamic": "13.2.1",
29+
"@angular/platform-server": "13.2.1",
30+
"@angular/router": "13.2.1",
31+
"@angular/service-worker": "13.2.1",
3232
"@fortawesome/fontawesome-free": "5.15.4",
3333
"@nguniversal/express-engine": "13.0.2",
3434
"bootstrap": "5.1.3",
@@ -39,15 +39,15 @@
3939
"zone.js": "0.11.4"
4040
},
4141
"devDependencies": {
42-
"@angular-devkit/build-angular": "13.2.0",
43-
"@angular/cli": "13.2.0",
44-
"@angular/compiler-cli": "13.2.0",
42+
"@angular-devkit/build-angular": "13.2.2",
43+
"@angular/cli": "13.2.2",
44+
"@angular/compiler-cli": "13.2.1",
4545
"@nguniversal/builders": "13.0.2",
4646
"@types/express": "4.17.13",
4747
"@types/jasmine": "3.10.3",
48-
"@types/node": "17.0.13",
48+
"@types/node": "17.0.14",
4949
"jasmine-core": "4.0.0",
50-
"karma": "6.3.12",
50+
"karma": "6.3.13",
5151
"karma-chrome-launcher": "3.1.0",
5252
"karma-coverage": "2.1.0",
5353
"karma-jasmine": "4.0.1",

frontend/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 13.2.0';
10+
version = 'Angular version 13.2.1';
1111
}

frontend/src/app/modules/application/angular/angular.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class AngularComponent implements OnInit {
8787
this.meta.updateTag(
8888
{
8989
name: 'description',
90-
content: 'Cette application a été développée avec Angular version 13.2.0 et bootstrap 5.1.3' +
90+
content: 'Cette application a été développée avec Angular version 13.2.1 et bootstrap 5.1.3' +
9191
' Elle applique le Routing, le Lazy loading, le Server side rendering et les Progressive Web App (PWA)'
9292
});
9393
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class AboutComponent {
2828
this.quote = new Quote();
2929
this.dependencies = {
3030
frontend: [
31-
{ name: 'Angular 13.2.0' },
31+
{ name: 'Angular 13.2.1' },
3232
{ name: 'Angular CLI 13.2.0' },
3333
{ name: 'Angular Universal 13.0.1' },
3434
{ name: 'Bootstrap 5.1.3' },
@@ -127,7 +127,7 @@ export class AboutComponent {
127127
this.meta.updateTag(
128128
{
129129
name: 'description',
130-
content: 'Cette application a été développée avec Angular version 13.2.0 et bootstrap 5.1.3' +
130+
content: 'Cette application a été développée avec Angular version 13.2.1 et bootstrap 5.1.3' +
131131
' Elle applique le Routing, le Lazy loading, le Server side rendering et les Progressive Web App (PWA)'
132132
});
133133
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class HomeComponent implements OnInit {
4646
this.meta.updateTag(
4747
{
4848
name: 'description',
49-
content: 'This application was developed with Angular version 13.2.0 and bootstrap 5.1.3' +
49+
content: 'This application was developed with Angular version 13.2.1 and bootstrap 5.1.3' +
5050
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
5151
});
5252
}

frontend/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-starter',
6-
angular: 'Angular 13.2.0',
6+
angular: 'Angular 13.2.1',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 5.15.4',
99
},

frontend/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-starter',
6-
angular: 'Angular 13.2.0',
6+
angular: 'Angular 13.2.1',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 5.15.4',
99
},

frontend/ui/angular-starter-home.html

Lines changed: 1 addition & 1 deletion
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 13.1.0<i class="fab fa-angular fa-lg ms-2"></i>
161+
Angular 13.2.1<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">

0 commit comments

Comments
 (0)