Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 3cbc9fa

Browse files
Upgrade Angular 13 (#32)
* Upgrade Angular 13 * Consistency improvements
1 parent a76cdaa commit 3cbc9fa

File tree

10 files changed

+20503
-8702
lines changed

10 files changed

+20503
-8702
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ speed-measure-plugin*.json
3232
.history/*
3333

3434
# misc
35+
/.angular/cache
3536
/.sass-cache
3637
/connect.lock
3738
/coverage
@@ -44,5 +45,3 @@ testem.log
4445
# System Files
4546
.DS_Store
4647
Thumbs.db
47-
48-
.angular/

angular.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,6 @@
127127
"scripts": []
128128
}
129129
},
130-
"lint": {
131-
"builder": "@angular-devkit/build-angular:tslint",
132-
"options": {
133-
"tsConfig": [
134-
"tsconfig.app.json",
135-
"tsconfig.spec.json",
136-
"e2e/tsconfig.json"
137-
],
138-
"exclude": ["**/node_modules/**"]
139-
}
140-
},
141130
"e2e": {
142131
"builder": "@angular-devkit/build-angular:protractor",
143132
"options": {

0 commit comments

Comments
 (0)