Skip to content

Commit 7cb9e47

Browse files
committed
Upgrade to Angular 14
1 parent dd3830d commit 7cb9e47

10 files changed

+23559
-10973
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ speed-measure-plugin*.json
3333
.history/*
3434

3535
# misc
36+
/.angular/cache
3637
/.sass-cache
3738
/connect.lock
3839
/coverage

angular.json

-15
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,6 @@
103103
"scripts": []
104104
}
105105
},
106-
"lint": {
107-
"builder": "@angular-devkit/build-angular:tslint",
108-
"options": {
109-
"tsConfig": [
110-
"tsconfig.app.json",
111-
"tsconfig.spec.json",
112-
"e2e/tsconfig.json",
113-
"tsconfig.server.json"
114-
],
115-
"exclude": [
116-
"**/node_modules/**"
117-
]
118-
}
119-
},
120106
"e2e": {
121107
"builder": "@angular-devkit/build-angular:protractor",
122108
"options": {
@@ -181,7 +167,6 @@
181167
}
182168
}
183169
},
184-
"defaultProject": "angular-universal-course",
185170
"cli": {
186171
"analytics": "fa1e8b50-e624-42fd-9564-a9c98d1ad337"
187172
}

0 commit comments

Comments
 (0)