Skip to content

Commit ab9ff1b

Browse files
committed
upgrade to Angular 11 and Node 14
1 parent 8939c86 commit ab9ff1b

10 files changed

+2724
-1794
lines changed

README.md

+1-1
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 v10, and there is a package-lock.json file available, for avoiding semantic versioning installation issues.
6+
This course repository is updated to Angular v11.
77

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

angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"optimization": true,
4545
"outputHashing": "all",
4646
"sourceMap": false,
47-
"extractCss": true,
4847
"namedChunks": false,
4948
"extractLicenses": true,
5049
"vendorChunk": false,

e2e/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* To learn more about this file see: https://angular.io/config/tsconfig. */
22
{
3-
"extends": "../tsconfig.base.json",
3+
"extends": "../tsconfig.json",
44
"compilerOptions": {
55
"outDir": "../out-tsc/e2e",
66
"module": "commonjs",

0 commit comments

Comments
 (0)