Skip to content

Commit 8f8541a

Browse files
committed
Update Angular 15.1.5 & Angular CLI 15.1.6
1 parent 38f4dca commit 8f8541a

File tree

7 files changed

+2016
-9136
lines changed

7 files changed

+2016
-9136
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.1.2**](https://github.com/angular/angular/releases) & [**Angular CLI 15.1.5**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 15.1.5**](https://github.com/angular/angular/releases) & [**Angular CLI 15.1.6**](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

+1,991-9,111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "15.1.2",
3+
"version": "15.1.5",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,33 +13,33 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "15.1.2",
17-
"@angular/common": "15.1.2",
18-
"@angular/compiler": "15.1.2",
19-
"@angular/core": "15.1.2",
20-
"@angular/forms": "15.1.2",
21-
"@angular/platform-browser": "15.1.2",
22-
"@angular/platform-browser-dynamic": "15.1.2",
23-
"@angular/router": "15.1.2",
16+
"@angular/animations": "15.1.5",
17+
"@angular/common": "15.1.5",
18+
"@angular/compiler": "15.1.5",
19+
"@angular/core": "15.1.5",
20+
"@angular/forms": "15.1.5",
21+
"@angular/platform-browser": "15.1.5",
22+
"@angular/platform-browser-dynamic": "15.1.5",
23+
"@angular/router": "15.1.5",
2424
"@fortawesome/fontawesome-free": "6.3.0",
2525
"bootstrap": "5.2.3",
2626
"rxjs": "7.8.0",
2727
"tslib": "2.5.0",
2828
"zone.js": "0.12.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "15.1.5",
32-
"@angular-eslint/builder": "15.2.0",
33-
"@angular-eslint/eslint-plugin": "15.2.0",
34-
"@angular-eslint/eslint-plugin-template": "15.2.0",
35-
"@angular-eslint/schematics": "15.2.0",
36-
"@angular-eslint/template-parser": "15.2.0",
37-
"@angular/cli": "15.1.5",
38-
"@angular/compiler-cli": "15.1.2",
31+
"@angular-devkit/build-angular": "15.1.6",
32+
"@angular-eslint/builder": "15.2.1",
33+
"@angular-eslint/eslint-plugin": "15.2.1",
34+
"@angular-eslint/eslint-plugin-template": "15.2.1",
35+
"@angular-eslint/schematics": "15.2.1",
36+
"@angular-eslint/template-parser": "15.2.1",
37+
"@angular/cli": "15.1.6",
38+
"@angular/compiler-cli": "15.1.5",
3939
"@types/jasmine": "4.3.1",
40-
"@typescript-eslint/eslint-plugin": "5.51.0",
41-
"@typescript-eslint/parser": "5.51.0",
42-
"eslint": "8.33.0",
40+
"@typescript-eslint/eslint-plugin": "5.52.0",
41+
"@typescript-eslint/parser": "5.52.0",
42+
"eslint": "8.34.0",
4343
"jasmine-core": "4.5.0",
4444
"karma": "6.4.1",
4545
"karma-chrome-launcher": "3.1.1",

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.1.2 and bootstrap 5.2.3' +
25+
content: 'This application was developed with Angular version 15.1.5 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.1.2',
6+
version: 'Angular 15.1.5',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.3.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 15.1.2',
6+
version: 'Angular 15.1.5',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.3.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 15.1.2<i class="fab fa-angular fa-lg ms-2"></i>
183+
Angular 15.1.5<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)