Skip to content

Commit 244972e

Browse files
authored
Merge pull request #41 from WebDataRocks/update
Update to Angular 15
2 parents 2120af3 + c787d1f commit 244972e

File tree

7 files changed

+22098
-51
lines changed

7 files changed

+22098
-51
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 & 13 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": {
@@ -116,7 +104,6 @@
116104
}
117105
}
118106
},
119-
"defaultProject": "pivot-angular",
120107
"cli": {
121108
"analytics": "853f390c-cfd7-45cc-bd9d-1a818446e77c"
122109
}

0 commit comments

Comments
 (0)