Skip to content

Commit

Permalink
Update Angular 15.0.2 & add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ganatan committed Dec 3, 2022
1 parent 4b87024 commit faf7dc0
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 500 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ it's part of a repo series designed
to create a **Web Application with Angular 15**


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


* 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)
Expand Down
8 changes: 7 additions & 1 deletion angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand Down Expand Up @@ -109,4 +115,4 @@
"@angular-eslint/schematics"
]
}
}
}
Loading

0 comments on commit faf7dc0

Please sign in to comment.