Skip to content

Commit 504a406

Browse files
committed
upgrade to Angular 11 and Node 14
1 parent 1da7818 commit 504a406

11 files changed

+3538
-3551
lines changed

README.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,13 @@
33

44
This repository contains the code of the [Reactive Angular Course](https://angular-university.io/course/reactive-angular-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
![Reactive Angular Course](https://angular-university.s3-us-west-1.amazonaws.com/course-images/reactive-angular-course.jpg)
99

10-
1110
# Installation pre-requisites
1211

13-
IMPORTANT: Please use the latest Node and especially NPM, to make sure the package-lock.json is used.
14-
15-
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
16-
17-
*Its important to install the latest version of Node*
18-
19-
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
20-
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
21-
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
22-
12+
Please use the latest Node long-term support (LTS) version.
2313

2414
# Installing the Angular CLI
2515

angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"optimization": true,
3838
"outputHashing": "all",
3939
"sourceMap": false,
40-
"extractCss": true,
4140
"namedChunks": false,
4241
"aot": true,
4342
"extractLicenses": true,

e2e/tsconfig.e2e.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.base.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/e2e",
55
"baseUrl": "./",

0 commit comments

Comments
 (0)