Skip to content

Commit

Permalink
srcANGULAR: updated to the latest and greatest
Browse files Browse the repository at this point in the history
There were too many security notices yielded from this project.
Hence, let's update the angular engine.

This patch updates the angular engine to the latest and greatest
in the srcANGULAR/ directory.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Oct 27, 2024
1 parent 19e7e86 commit a1e4310
Show file tree
Hide file tree
Showing 4 changed files with 4,235 additions and 2,815 deletions.
12 changes: 6 additions & 6 deletions srcANGULAR/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "../public",
"outputPath": {
"base": "../public"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
Expand All @@ -27,7 +28,8 @@
"styles": [
"src/styles.css"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -46,9 +48,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit a1e4310

Please sign in to comment.