Skip to content

Commit ece0f09

Browse files
committed
Update Angular 15.0.4
1 parent 194e12b commit ece0f09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 15**
1414

15-
* Featuring [**Angular 15.0.3**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 15.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 15.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/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 15.0.3 and bootstrap 5.2.3' +
25+
content: 'This application was developed with Angular version 15.0.4 and bootstrap 5.2.3' +
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-bootstrap',
6-
version: 'Angular 15.0.3',
6+
version: 'Angular 15.0.4',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.2.1',
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 15.0.3',
6+
version: 'Angular 15.0.4',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.2.1',
99
}

0 commit comments

Comments
 (0)