Skip to content

Commit

Permalink
feat: upgrade angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkay committed Aug 21, 2023
1 parent a9dbb81 commit 5ed8736
Show file tree
Hide file tree
Showing 15 changed files with 54,757 additions and 11,726 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.angular
41 changes: 13 additions & 28 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.css"
],
"scripts": []
"scripts": [],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -56,7 +63,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down Expand Up @@ -92,19 +100,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -139,21 +134,11 @@
"tsConfig": "projects/ngx-sortablejs/tsconfig.spec.json",
"karmaConfig": "projects/ngx-sortablejs/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ngx-sortablejs/tsconfig.lib.json",
"projects/ngx-sortablejs/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngx-sortablejs-app"
"cli": {
"analytics": "978fe343-36d3-4cfc-9dcd-284c17e04783"
}
}
Loading

0 comments on commit 5ed8736

Please sign in to comment.