Skip to content

Commit 50550c9

Browse files
committedDec 7, 2021
upgrade to Angular 13
1 parent 76457ed commit 50550c9

File tree

8 files changed

+17387
-5757
lines changed

8 files changed

+17387
-5757
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tmp.json
2727
!.vscode/extensions.json
2828

2929
# misc
30+
/.angular/cache
3031
/.sass-cache
3132
/connect.lock
3233
/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 course [Angular Router In Depth](https://angular-university.io/course/angular-router-course).
55

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

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

1010

1111
# Installation pre-requisites
1212

13-
Please use the latest Node long-term support (LTS) version.
13+
Please use Node 16 long-term support (LTS) version.
1414

1515

1616
# Installing the Angular CLI

‎angular.json

-23
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,6 @@
8888
"src/favicon.ico"
8989
]
9090
}
91-
},
92-
"lint": {
93-
"builder": "@angular-devkit/build-angular:tslint",
94-
"options": {
95-
"tsConfig": [
96-
"src/tsconfig.app.json",
97-
"src/tsconfig.spec.json"
98-
],
99-
"exclude": [
100-
"**/node_modules/**"
101-
]
102-
}
10391
}
10492
}
10593
},
@@ -114,17 +102,6 @@
114102
"protractorConfig": "./protractor.conf.js",
115103
"devServerTarget": "angular-material-course:serve"
116104
}
117-
},
118-
"lint": {
119-
"builder": "@angular-devkit/build-angular:tslint",
120-
"options": {
121-
"tsConfig": [
122-
"e2e/tsconfig.e2e.json"
123-
],
124-
"exclude": [
125-
"**/node_modules/**"
126-
]
127-
}
128105
}
129106
}
130107
}

0 commit comments

Comments
 (0)