Skip to content

Commit bfc362c

Browse files
committed
Upgrade to Angular 16
1 parent 7849921 commit bfc362c

File tree

9 files changed

+6429
-7532
lines changed

9 files changed

+6429
-7532
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository contains the code of the course [Angular Universal In Depth](https://angular-university.io/course/angular-universal-course).
55

6-
This course repository is updated to Angular v15.
6+
This course repository is updated to Angular v16.
77

88
![Angular Universal In Depth](https://angular-university.s3-us-west-1.amazonaws.com/course-images/angular-universal-course.jpg)
99

angular.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
"main": "server.ts",
122122
"tsConfig": "tsconfig.server.json",
123123
"sourceMap": true,
124-
"optimization": false
124+
"optimization": false,
125+
"buildOptimizer": false
125126
},
126127
"configurations": {
127128
"production": {
@@ -133,7 +134,8 @@
133134
}
134135
],
135136
"sourceMap": false,
136-
"optimization": true
137+
"optimization": true,
138+
"buildOptimizer": true
137139
}
138140
}
139141
},

0 commit comments

Comments
 (0)