Skip to content

Commit ea64bd7

Browse files
committed
Update Angular 15.0.2 & add environment
1 parent 36345eb commit ea64bd7

File tree

10 files changed

+791
-380
lines changed

10 files changed

+791
-380
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 15.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.1**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 15.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.2**](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/angular.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
"maximumError": "4kb"
4949
}
5050
],
51+
"fileReplacements": [
52+
{
53+
"replace": "src/environments/environment.ts",
54+
"with": "src/environments/environment.prod.ts"
55+
}
56+
],
5157
"outputHashing": "all"
5258
},
5359
"development": {

angular/package-lock.json

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

angular/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "15.0.1",
3+
"version": "15.0.2",
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.0.1",
17-
"@angular/common": "15.0.1",
18-
"@angular/compiler": "15.0.1",
19-
"@angular/core": "15.0.1",
20-
"@angular/forms": "15.0.1",
21-
"@angular/platform-browser": "15.0.1",
22-
"@angular/platform-browser-dynamic": "15.0.1",
23-
"@angular/router": "15.0.1",
16+
"@angular/animations": "15.0.2",
17+
"@angular/common": "15.0.2",
18+
"@angular/compiler": "15.0.2",
19+
"@angular/core": "15.0.2",
20+
"@angular/forms": "15.0.2",
21+
"@angular/platform-browser": "15.0.2",
22+
"@angular/platform-browser-dynamic": "15.0.2",
23+
"@angular/router": "15.0.2",
2424
"@fortawesome/fontawesome-free": "6.2.1",
2525
"bootstrap": "5.2.3",
2626
"rxjs": "7.5.7",
2727
"tslib": "2.4.1",
2828
"zone.js": "0.12.0"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "15.0.1",
31+
"@angular-devkit/build-angular": "15.0.2",
3232
"@angular-eslint/builder": "15.1.0",
3333
"@angular-eslint/eslint-plugin": "15.1.0",
3434
"@angular-eslint/eslint-plugin-template": "15.1.0",
3535
"@angular-eslint/schematics": "15.1.0",
3636
"@angular-eslint/template-parser": "15.1.0",
37-
"@angular/cli": "15.0.1",
38-
"@angular/compiler-cli": "15.0.1",
37+
"@angular/cli": "15.0.2",
38+
"@angular/compiler-cli": "15.0.2",
3939
"@types/jasmine": "4.3.0",
40-
"@typescript-eslint/eslint-plugin": "5.44.0",
41-
"@typescript-eslint/parser": "5.44.0",
42-
"eslint": "^8.28.0",
40+
"@typescript-eslint/eslint-plugin": "5.45.0",
41+
"@typescript-eslint/parser": "5.45.0",
42+
"eslint": "8.29.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

Lines changed: 1 addition & 1 deletion
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.1 and bootstrap 5.2.3' +
25+
content: 'This application was developed with Angular version 15.0.2 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

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-bootstrap',
6-
version: 'Angular 15.0.1',
6+
version: 'Angular 15.0.2',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.2.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-bootstrap',
6-
version: 'Angular 15.0.1',
6+
version: 'Angular 15.0.2',
77
bootstrap: 'Bootstrap 5.2.3',
88
fontawesome: 'Font Awesome 6.2.1',
99
}

angular/ui/angular-starter-home.html

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

react/package-lock.json

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

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"eslint": "8.28.0",
45+
"eslint": "8.29.0",
4646
"eslint-plugin-react": "7.31.11"
4747
}
4848
}

0 commit comments

Comments
 (0)