Skip to content

Commit 9b63e56

Browse files
authored
Merge pull request #252 from nicorivat/feature/upgrade-angular-18
feat: upgrade Angular 18
2 parents 2384d67 + 593b5bb commit 9b63e56

File tree

9 files changed

+7557
-19098
lines changed

9 files changed

+7557
-19098
lines changed

SampleApp/angular.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
3434
},
3535
"architect": {
3636
"build": {
37-
"builder": "@angular-devkit/build-angular:browser",
37+
"builder": "@angular-devkit/build-angular:application",
3838
"options": {
39-
"outputPath": "dist/ng6SampleApp",
39+
"outputPath": {
40+
"base": "dist/ng6SampleApp"
41+
},
4042
"index": "src/index.html",
41-
"main": "src/main.ts",
4243
"polyfills": [
4344
"zone.js"
4445
],
@@ -56,7 +57,8 @@
5657
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
5758
"src/styles.scss"
5859
],
59-
"scripts": []
60+
"scripts": [],
61+
"browser": "src/main.ts"
6062
},
6163
"configurations": {
6264
"production": {
@@ -72,9 +74,7 @@
7274
"extractCss": true,
7375
"namedChunks": false,
7476
"aot": true,
75-
"extractLicenses": true,
76-
"vendorChunk": false,
77-
"buildOptimizer": true
77+
"extractLicenses": true
7878
}
7979
}
8080
},
@@ -151,5 +151,8 @@
151151
}
152152
}
153153
}
154+
},
155+
"cli": {
156+
"analytics": false
154157
}
155158
}
2.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)