Skip to content

Commit

Permalink
Upgrade to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bampakoa committed Jul 12, 2024
1 parent ead3848 commit 682b3bc
Show file tree
Hide file tree
Showing 15 changed files with 12,273 additions and 10,736 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ npm start

* Website: http://www.plexearth.com
* Twitter: [@plexearth](https://twitter.com/plexearth)
* Github: [@Developer-Plexscape](https://github.com/Developer-Plexscape)
* LinkedIn: [@plexearth](https://linkedin.com/company/plexearth)

## 🤝 Contributing
Expand Down
25 changes: 13 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@
],
"tsConfig": "projects/demo-editor/tsconfig.app.json",
"assets": [
"projects/demo-editor/src/favicon.ico",
"projects/demo-editor/src/assets"
{
"glob": "**/*",
"input": "projects/demo-editor/public"
}
],
"styles": [
"projects/demo-editor/src/styles.css",
Expand All @@ -86,13 +88,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "500kB",
"maximumError": "1MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "2kB",
"maximumError": "4kB"
}
],
"outputHashing": "all"
Expand All @@ -118,10 +120,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "demo-editor:build"
}
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -132,8 +131,10 @@
],
"tsConfig": "projects/demo-editor/tsconfig.spec.json",
"assets": [
"projects/demo-editor/src/favicon.ico",
"projects/demo-editor/src/assets"
{
"glob": "**/*",
"input": "projects/demo-editor/public"
}
],
"styles": [
"projects/demo-editor/src/styles.css"
Expand Down
Loading

0 comments on commit 682b3bc

Please sign in to comment.