Skip to content

Commit 879c1b0

Browse files
committed
fix(project): upgraded angular to v13
1 parent 8c9c617 commit 879c1b0

File tree

7 files changed

+4889
-12269
lines changed

7 files changed

+4889
-12269
lines changed

Diff for: .gitignore

+1
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

Diff for: angular.json

-26
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"optimization": true,
5454
"outputHashing": "all",
5555
"sourceMap": false,
56-
"extractCss": true,
5756
"namedChunks": false,
5857
"extractLicenses": true,
5958
"vendorChunk": false,
@@ -109,19 +108,6 @@
109108
"scripts": []
110109
}
111110
},
112-
"lint": {
113-
"builder": "@angular-devkit/build-angular:tslint",
114-
"options": {
115-
"tsConfig": [
116-
"tsconfig.app.json",
117-
"tsconfig.spec.json",
118-
"e2e/tsconfig.json"
119-
],
120-
"exclude": [
121-
"**/node_modules/**"
122-
]
123-
}
124-
},
125111
"e2e": {
126112
"builder": "@angular-devkit/build-angular:protractor",
127113
"options": {
@@ -215,18 +201,6 @@
215201
"tsConfig": "projects/angular-material-extensions/input-counter/tsconfig.spec.json",
216202
"karmaConfig": "projects/angular-material-extensions/input-counter/karma.conf.js"
217203
}
218-
},
219-
"lint": {
220-
"builder": "@angular-devkit/build-angular:tslint",
221-
"options": {
222-
"tsConfig": [
223-
"projects/angular-material-extensions/input-counter/tsconfig.lib.json",
224-
"projects/angular-material-extensions/input-counter/tsconfig.spec.json"
225-
],
226-
"exclude": [
227-
"**/node_modules/**"
228-
]
229-
}
230204
}
231205
}
232206
}

0 commit comments

Comments
 (0)