Skip to content

Commit 65df3df

Browse files
committed
Upgrade to Angular 17
Closes #19
1 parent 6439abf commit 65df3df

File tree

6 files changed

+8238
-6862
lines changed

6 files changed

+8238
-6862
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
1+
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
22

33
# Compiled output
44
/dist

angular.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"prefix": "app",
5858
"architect": {
5959
"build": {
60-
"builder": "@angular-devkit/build-angular:browser",
60+
"builder": "@angular-devkit/build-angular:application",
6161
"options": {
6262
"outputPath": "dist/demo-editor",
6363
"index": "projects/demo-editor/src/index.html",
64-
"main": "projects/demo-editor/src/main.ts",
64+
"browser": "projects/demo-editor/src/main.ts",
6565
"polyfills": [
6666
"zone.js"
6767
],
@@ -98,12 +98,9 @@
9898
"outputHashing": "all"
9999
},
100100
"development": {
101-
"buildOptimizer": false,
102101
"optimization": false,
103-
"vendorChunk": true,
104102
"extractLicenses": false,
105-
"sourceMap": true,
106-
"namedChunks": true
103+
"sourceMap": true
107104
}
108105
},
109106
"defaultConfiguration": "production"
@@ -112,18 +109,18 @@
112109
"builder": "@angular-devkit/build-angular:dev-server",
113110
"configurations": {
114111
"production": {
115-
"browserTarget": "demo-editor:build:production"
112+
"buildTarget": "demo-editor:build:production"
116113
},
117114
"development": {
118-
"browserTarget": "demo-editor:build:development"
115+
"buildTarget": "demo-editor:build:development"
119116
}
120117
},
121118
"defaultConfiguration": "development"
122119
},
123120
"extract-i18n": {
124121
"builder": "@angular-devkit/build-angular:extract-i18n",
125122
"options": {
126-
"browserTarget": "demo-editor:build"
123+
"buildTarget": "demo-editor:build"
127124
}
128125
},
129126
"test": {

0 commit comments

Comments
 (0)