Skip to content

Commit 3e2c6d6

Browse files
committed
Upgrade to Angular 13 and Node 16
1 parent d4909f3 commit 3e2c6d6

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

1616
# Installing the Angular CLI

angular.json

-21
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@
103103
"src/assets"
104104
]
105105
}
106-
},
107-
"lint": {
108-
"builder": "@angular-devkit/build-angular:tslint",
109-
"options": {
110-
"tsConfig": [
111-
"src/tsconfig.app.json",
112-
"src/tsconfig.spec.json"
113-
],
114-
"exclude": [
115-
"**/node_modules/**"
116-
]
117-
}
118106
}
119107
}
120108
},
@@ -133,15 +121,6 @@
133121
"devServerTarget": "angular-course:serve:production"
134122
}
135123
}
136-
},
137-
"lint": {
138-
"builder": "@angular-devkit/build-angular:tslint",
139-
"options": {
140-
"tsConfig": "e2e/tsconfig.e2e.json",
141-
"exclude": [
142-
"**/node_modules/**"
143-
]
144-
}
145124
}
146125
}
147126
}

0 commit comments

Comments
 (0)