Skip to content

Commit

Permalink
Merge branch 'master' into feature/744-toasts-and-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
yvespp authored Jul 8, 2024
2 parents f6c27db + 7d4c34e commit 0bb774d
Show file tree
Hide file tree
Showing 10 changed files with 278 additions and 329 deletions.
9 changes: 7 additions & 2 deletions AMW_angular/io/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"index": "src/index.html",
"polyfills": [
"src/polyfills.ts"
"zone.js",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
"assets": [
Expand Down Expand Up @@ -98,7 +99,11 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing",
"@angular/localize/init"
],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
Expand Down
Loading

0 comments on commit 0bb774d

Please sign in to comment.