Skip to content

Commit

Permalink
Update Angular dependencies to version 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Nov 19, 2024
1 parent fed4e45 commit cf31dcf
Show file tree
Hide file tree
Showing 21 changed files with 3,522 additions and 2,486 deletions.
22 changes: 12 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/pioneer-charts-web",
"outputPath": {
"base": "dist/pioneer-charts-web"
},
"index": "projects/pioneer-charts-web/src/index.html",
"main": "projects/pioneer-charts-web/src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -32,7 +33,8 @@
"styles": [
"projects/pioneer-charts-web/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/pioneer-charts-web/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -51,9 +53,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down Expand Up @@ -112,11 +112,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/pioneer-charts-dev",
"outputPath": {
"base": "dist/pioneer-charts-dev"
},
"index": "projects/pioneer-charts-dev/src/index.html",
"main": "projects/pioneer-charts-dev/src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -130,7 +131,8 @@
"@angular/material/prebuilt-themes/azure-blue.css",
"projects/pioneer-charts-dev/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/pioneer-charts-dev/src/main.ts"
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit cf31dcf

Please sign in to comment.