Skip to content

Commit fd09f95

Browse files
committed
Upgrade to Angular 13 and Node 16
1 parent 77a89a4 commit fd09f95

File tree

7 files changed

+17535
-6861
lines changed

7 files changed

+17535
-6861
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
!.vscode/extensions.json
2626

2727
# misc
28+
/.angular/cache
2829
/.sass-cache
2930
/connect.lock
3031
/coverage

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
This repository contains the code of the [Angular Core Deep Dive](https://angular-university.io/course/angular-course).
55

6-
This course repository is updated to Angular v12:
6+
This course repository is updated to Angular v13:
77

88
![Angular Core Deep Dive](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-core-in-depth-small.png)
99

1010

1111
# Installation pre-requisites
1212

13-
IMPORTANT: Please use Node 14 (Long Term Support version).
13+
IMPORTANT: Please use Node 16 (Long Term Support version).
1414

1515
# Installing the Angular CLI
1616

angular.json

-21
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,6 @@
130130
"src/assets"
131131
]
132132
}
133-
},
134-
"lint": {
135-
"builder": "@angular-devkit/build-angular:tslint",
136-
"options": {
137-
"tsConfig": [
138-
"src/tsconfig.app.json",
139-
"src/tsconfig.spec.json"
140-
],
141-
"exclude": [
142-
"**/node_modules/**"
143-
]
144-
}
145133
}
146134
}
147135
},
@@ -160,15 +148,6 @@
160148
"devServerTarget": "angular-course:serve:production"
161149
}
162150
}
163-
},
164-
"lint": {
165-
"builder": "@angular-devkit/build-angular:tslint",
166-
"options": {
167-
"tsConfig": "e2e/tsconfig.e2e.json",
168-
"exclude": [
169-
"**/node_modules/**"
170-
]
171-
}
172151
}
173152
}
174153
}

0 commit comments

Comments
 (0)