Skip to content

Commit

Permalink
fix: update to Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
raronpxcsw committed Jun 24, 2024
1 parent 5dec594 commit dae52d1
Show file tree
Hide file tree
Showing 23 changed files with 37,262 additions and 35,587 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"index": "projects/aas-portal/src/index.html",
"browser": "projects/aas-portal/src/main.ts",
"polyfills": [
"zone.js"
"zone.js",
"@angular/localize/init"
],
"tsConfig": "projects/aas-portal/tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand Down Expand Up @@ -96,7 +97,8 @@
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
"zone.js/testing",
"@angular/localize/init"
],
"tsConfig": "projects/aas-portal/tsconfig.spec.json",
"karmaConfig": "projects/aas-portal/karma.conf.cjs",
Expand Down
Loading

0 comments on commit dae52d1

Please sign in to comment.