Skip to content

Commit faf7dc0

Browse files
committed
Update Angular 15.0.2 & add environment
1 parent 4b87024 commit faf7dc0

File tree

6 files changed

+531
-500
lines changed

6 files changed

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

1515

16-
* Featuring [**Angular 15.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 15.0.2**](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: 7 additions & 1 deletion
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": {
@@ -109,4 +115,4 @@
109115
"@angular-eslint/schematics"
110116
]
111117
}
112-
}
118+
}

0 commit comments

Comments
 (0)