Skip to content

Commit

Permalink
Merge pull request #24 from vasgat/staging
Browse files Browse the repository at this point in the history
upgrading to Angular 18
  • Loading branch information
vasgat authored Jan 13, 2025
2 parents 97a7cb4 + e05bda4 commit 625f14e
Show file tree
Hide file tree
Showing 45 changed files with 17,066 additions and 12,903 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

22 changes: 14 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@
"outputPath": "dist/msa-dashboard",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"node_modules/cookieconsent/build/cookieconsent.min.css"
],
"scripts": [
Expand Down Expand Up @@ -61,7 +64,9 @@
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
"outputHashing": "all",
"optimization": true,
"sourceMap": false
},
"development": {
"buildOptimizer": false,
Expand All @@ -78,25 +83,24 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "msa-dashboard:build:production"
"buildTarget": "msa-dashboard:build:production"
},
"development": {
"browserTarget": "msa-dashboard:build:development"
"buildTarget": "msa-dashboard:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "msa-dashboard:build"
"buildTarget": "msa-dashboard:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
Expand All @@ -113,5 +117,7 @@
}
}
},
"defaultProject": "msa-dashboard"
"cli": {
"analytics": false
}
}
1 change: 1 addition & 0 deletions dist/msa-dashboard/147.d87ad79212bac265.js

Large diffs are not rendered by default.

Loading

0 comments on commit 625f14e

Please sign in to comment.