Skip to content

Commit 554a242

Browse files
committed
Updated Angular to v13
1 parent 2120af3 commit 554a242

File tree

6 files changed

+23902
-36
lines changed

6 files changed

+23902
-36
lines changed

.gitignore

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

3535
# misc
36+
/.angular/cache
3637
/.sass-cache
3738
/connect.lock
3839
/coverage

angular.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"optimization": true,
4242
"outputHashing": "all",
4343
"sourceMap": false,
44-
"extractCss": true,
4544
"namedChunks": false,
4645
"extractLicenses": true,
4746
"vendorChunk": false,
@@ -90,17 +89,6 @@
9089
"scripts": []
9190
}
9291
},
93-
"lint": {
94-
"builder": "@angular-devkit/build-angular:tslint",
95-
"options": {
96-
"tsConfig": [
97-
"tsconfig.app.json",
98-
"tsconfig.spec.json",
99-
"e2e/tsconfig.json"
100-
],
101-
"exclude": ["**/node_modules/**"]
102-
}
103-
},
10492
"e2e": {
10593
"builder": "@angular-devkit/build-angular:protractor",
10694
"options": {

0 commit comments

Comments
 (0)