Skip to content

Commit 4c6644e

Browse files
chore: updated to Angular v13
1 parent 2112578 commit 4c6644e

File tree

10 files changed

+11691
-18364
lines changed

10 files changed

+11691
-18364
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
# Specifies intentionally untracked files to ignore when using Git
23
# http://git-scm.com/docs/gitignore
34

angular.json

-12
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
"browserTarget": "app:build:production"
9494
},
9595
"ci": {
96-
"progress": false
9796
}
9897
}
9998
},
@@ -133,17 +132,6 @@
133132
}
134133
}
135134
},
136-
"lint": {
137-
"builder": "@angular-devkit/build-angular:tslint",
138-
"options": {
139-
"tsConfig": [
140-
"tsconfig.app.json",
141-
"tsconfig.spec.json",
142-
"e2e/tsconfig.json"
143-
],
144-
"exclude": ["**/node_modules/**"]
145-
}
146-
},
147135
"e2e": {
148136
"builder": "@angular-devkit/build-angular:protractor",
149137
"options": {

0 commit comments

Comments
 (0)