Skip to content

Commit

Permalink
build(deps): angular v19
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Jan 13, 2025
1 parent 00f4d19 commit 507a2d9
Show file tree
Hide file tree
Showing 8 changed files with 2,159 additions and 1,894 deletions.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"aot": true,
"outputPath": "dist/ngx-href-tester",
"outputPath": {
"base": "dist/ngx-href-tester"
},
"index": "projects/ngx-href-tester/src/index.html",
"main": "projects/ngx-href-tester/src/main.ts",
"tsConfig": "projects/ngx-href-tester/tsconfig.app.json",
"assets": [
"projects/ngx-href-tester/src/favicon.ico",
Expand All @@ -58,7 +59,8 @@
"styles": [
"projects/ngx-href-tester/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-href-tester/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -73,8 +75,6 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 507a2d9

Please sign in to comment.