Skip to content

Commit 7d558c8

Browse files
committed
upgrade to Angular 13
1 parent 411f6df commit 7d558c8

File tree

8 files changed

+16964
-4831
lines changed

8 files changed

+16964
-4831
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,7 +3,7 @@
33

44
This repository contains the code of the [Angular Material In Depth] video course (https://angular-university.io/course/angular-material-course).
55

6-
This course repository is updated to Angular 12:
6+
This course repository is updated to Angular 13:
77

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

@@ -13,7 +13,7 @@ This master branch contains the *final version of the course code*, that you can
1313

1414
# Installation pre-requisites
1515

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

1818
# Installing the Angular CLI
1919

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)