Skip to content

Commit

Permalink
Upgrade to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed Nov 16, 2023
1 parent 4a87ffb commit 33fd3a1
Show file tree
Hide file tree
Showing 4 changed files with 8,146 additions and 7,138 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This repository contains the code of the video course [Ngrx (with NgRx Data) - The Complete Guide](https://angular-university.io/course/ngrx-course).

This course repository is updated to Angular v16:
This course repository is updated to Angular v17:

![Ngrx (with NgRx Data) - The Complete Guide](https://angular-university.s3-us-west-1.amazonaws.com/course-images/ngrx-v2.png)

Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-ngrx-course:build"
"buildTarget": "angular-ngrx-course:build"
},
"configurations": {
"production": {
"browserTarget": "angular-ngrx-course:build:production"
"buildTarget": "angular-ngrx-course:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-ngrx-course:build"
"buildTarget": "angular-ngrx-course:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 33fd3a1

Please sign in to comment.