Skip to content

Commit 5b0b942

Browse files
committed
fix(lib): upgraded angular to v13
1 parent e953280 commit 5b0b942

File tree

7 files changed

+3586
-4786
lines changed

7 files changed

+3586
-4786
lines changed

.gitignore

Lines changed: 1 addition & 0 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

angular.json

Lines changed: 0 additions & 27 deletions
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,
@@ -171,19 +169,6 @@
171169
"scripts": []
172170
}
173171
},
174-
"lint": {
175-
"builder": "@angular-devkit/build-angular:tslint",
176-
"options": {
177-
"tsConfig": [
178-
"tsconfig.app.json",
179-
"tsconfig.spec.json",
180-
"e2e/tsconfig.json"
181-
],
182-
"exclude": [
183-
"**/node_modules/**"
184-
]
185-
}
186-
},
187172
"e2e": {
188173
"builder": "@angular-devkit/build-angular:protractor",
189174
"options": {
@@ -289,18 +274,6 @@
289274
"tsConfig": "projects/angular-material-extensions/fab-menu/tsconfig.spec.json",
290275
"karmaConfig": "projects/angular-material-extensions/fab-menu/karma.conf.js"
291276
}
292-
},
293-
"lint": {
294-
"builder": "@angular-devkit/build-angular:tslint",
295-
"options": {
296-
"tsConfig": [
297-
"projects/angular-material-extensions/fab-menu/tsconfig.lib.json",
298-
"projects/angular-material-extensions/fab-menu/tsconfig.spec.json"
299-
],
300-
"exclude": [
301-
"**/node_modules/**"
302-
]
303-
}
304277
}
305278
}
306279
}

0 commit comments

Comments
 (0)