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 57e16f7 commit 6f86818
Show file tree
Hide file tree
Showing 10 changed files with 2,489 additions and 2,045 deletions.
16 changes: 9 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"aot": true,
"outputPath": "dist/ngx-back-button-tester",
"outputPath": {
"base": "dist/ngx-back-button-tester"
},
"index": "projects/ngx-back-button-tester/src/index.html",
"main": "projects/ngx-back-button-tester/src/main.ts",
"polyfills": "projects/ngx-back-button-tester/src/polyfills.ts",
"polyfills": [
"projects/ngx-back-button-tester/src/polyfills.ts"
],
"tsConfig": "projects/ngx-back-button-tester/tsconfig.app.json",
"assets": [
"projects/ngx-back-button-tester/src/favicon.ico",
Expand All @@ -60,7 +63,8 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/ngx-back-button-tester/src/styles.scss"
],
"scripts": []
"scripts": [],
"browser": "projects/ngx-back-button-tester/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -75,8 +79,6 @@
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand Down
Loading

0 comments on commit 6f86818

Please sign in to comment.