Skip to content

Commit af24a5d

Browse files
committed
Update Angular 15.0.2 & add environment
1 parent e8cc77b commit af24a5d

File tree

5 files changed

+786
-375
lines changed

5 files changed

+786
-375
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it's part of a repo series designed
1313
to create a **Web Application with Angular 14**
1414

1515

16-
* Featuring [**Angular 15.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.1**](https://github.com/angular/angular-cli/releases/)
16+
* Featuring [**Angular 15.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.2**](https://github.com/angular/angular-cli/releases/)
1717

1818

1919
* 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
@@ -43,6 +43,12 @@
4343
"maximumError": "4kb"
4444
}
4545
],
46+
"fileReplacements": [
47+
{
48+
"replace": "src/environments/environment.ts",
49+
"with": "src/environments/environment.prod.ts"
50+
}
51+
],
4652
"outputHashing": "all"
4753
},
4854
"development": {

0 commit comments

Comments
 (0)