Skip to content

Commit 682b3bc

Browse files
committed
Upgrade to Angular 18
1 parent ead3848 commit 682b3bc

File tree

15 files changed

+12273
-10736
lines changed

15 files changed

+12273
-10736
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ npm start
3131

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

3736
## 🤝 Contributing

angular.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@
6767
],
6868
"tsConfig": "projects/demo-editor/tsconfig.app.json",
6969
"assets": [
70-
"projects/demo-editor/src/favicon.ico",
71-
"projects/demo-editor/src/assets"
70+
{
71+
"glob": "**/*",
72+
"input": "projects/demo-editor/public"
73+
}
7274
],
7375
"styles": [
7476
"projects/demo-editor/src/styles.css",
@@ -86,13 +88,13 @@
8688
"budgets": [
8789
{
8890
"type": "initial",
89-
"maximumWarning": "500kb",
90-
"maximumError": "1mb"
91+
"maximumWarning": "500kB",
92+
"maximumError": "1MB"
9193
},
9294
{
9395
"type": "anyComponentStyle",
94-
"maximumWarning": "2kb",
95-
"maximumError": "4kb"
96+
"maximumWarning": "2kB",
97+
"maximumError": "4kB"
9698
}
9799
],
98100
"outputHashing": "all"
@@ -118,10 +120,7 @@
118120
"defaultConfiguration": "development"
119121
},
120122
"extract-i18n": {
121-
"builder": "@angular-devkit/build-angular:extract-i18n",
122-
"options": {
123-
"buildTarget": "demo-editor:build"
124-
}
123+
"builder": "@angular-devkit/build-angular:extract-i18n"
125124
},
126125
"test": {
127126
"builder": "@angular-devkit/build-angular:karma",
@@ -132,8 +131,10 @@
132131
],
133132
"tsConfig": "projects/demo-editor/tsconfig.spec.json",
134133
"assets": [
135-
"projects/demo-editor/src/favicon.ico",
136-
"projects/demo-editor/src/assets"
134+
{
135+
"glob": "**/*",
136+
"input": "projects/demo-editor/public"
137+
}
137138
],
138139
"styles": [
139140
"projects/demo-editor/src/styles.css"

0 commit comments

Comments
 (0)