Skip to content

Commit bdd17c9

Browse files
authored
Angular 19 update (#92)
* Update node requirement * Update dependencies * Update Angular 19
1 parent f84aa90 commit bdd17c9

File tree

6 files changed

+4005
-4022
lines changed

6 files changed

+4005
-4022
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.19.0
1+
20.10.0

angular.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,27 @@
5050
"prefix": "ngxfosa",
5151
"architect": {
5252
"build": {
53-
"builder": "@angular-devkit/build-angular:browser",
53+
"builder": "@angular-devkit/build-angular:application",
5454
"options": {
55-
"outputPath": "dist/ngx-form-object-sample-app",
56-
"index": "projects/ngx-form-object-sample-app/src/index.html",
57-
"main": "projects/ngx-form-object-sample-app/src/main.ts",
58-
"polyfills": "projects/ngx-form-object-sample-app/src/polyfills.ts",
55+
"outputPath": {
56+
"base": "dist/ngx-form-object-sample-app"
57+
},
58+
"index": "projects/ngx-form-object-sample-app/src/index.html",
59+
"polyfills": [
60+
"projects/ngx-form-object-sample-app/src/polyfills.ts"
61+
],
5962
"tsConfig": "projects/ngx-form-object-sample-app/tsconfig.app.json",
6063
"assets": [
6164
"projects/ngx-form-object-sample-app/src/favicon.ico",
6265
"projects/ngx-form-object-sample-app/src/assets"
6366
],
6467
"styles": ["projects/ngx-form-object-sample-app/src/styles.scss"],
65-
"scripts": [],
66-
"vendorChunk": true,
67-
"extractLicenses": false,
68-
"buildOptimizer": false,
68+
"scripts": [],
69+
"extractLicenses": false,
6970
"sourceMap": true,
7071
"optimization": false,
71-
"namedChunks": true
72+
"namedChunks": true,
73+
"browser": "projects/ngx-form-object-sample-app/src/main.ts"
7274
},
7375
"configurations": {
7476
"production": {
@@ -82,9 +84,7 @@
8284
"outputHashing": "all",
8385
"sourceMap": false,
8486
"namedChunks": false,
85-
"extractLicenses": true,
86-
"vendorChunk": false,
87-
"buildOptimizer": true,
87+
"extractLicenses": true,
8888
"budgets": [
8989
{
9090
"type": "initial",

0 commit comments

Comments
 (0)