Skip to content

Commit 78ab428

Browse files
committed
fix(project): upgraded angular from v12 to v13
1 parent 8118eef commit 78ab428

File tree

6 files changed

+9532
-15677
lines changed

6 files changed

+9532
-15677
lines changed

.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

angular.json

-27
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,
@@ -115,7 +114,6 @@
115114
"optimization": true,
116115
"outputHashing": "all",
117116
"sourceMap": false,
118-
"extractCss": true,
119117
"namedChunks": false,
120118
"extractLicenses": true,
121119
"vendorChunk": false,
@@ -175,19 +173,6 @@
175173
]
176174
}
177175
},
178-
"lint": {
179-
"builder": "@angular-devkit/build-angular:tslint",
180-
"options": {
181-
"tsConfig": [
182-
"tsconfig.app.json",
183-
"tsconfig.spec.json",
184-
"e2e/tsconfig.json"
185-
],
186-
"exclude": [
187-
"**/node_modules/**"
188-
]
189-
}
190-
},
191176
"e2e": {
192177
"builder": "@angular-devkit/build-angular:protractor",
193178
"options": {
@@ -293,18 +278,6 @@
293278
"tsConfig": "projects/angular-material-extensions/google-maps-autocomplete/tsconfig.spec.json",
294279
"karmaConfig": "projects/angular-material-extensions/google-maps-autocomplete/karma.conf.js"
295280
}
296-
},
297-
"lint": {
298-
"builder": "@angular-devkit/build-angular:tslint",
299-
"options": {
300-
"tsConfig": [
301-
"projects/angular-material-extensions/google-maps-autocomplete/tsconfig.lib.json",
302-
"projects/angular-material-extensions/google-maps-autocomplete/tsconfig.spec.json"
303-
],
304-
"exclude": [
305-
"**/node_modules/**"
306-
]
307-
}
308281
}
309282
}
310283
}

0 commit comments

Comments
 (0)